Skip to content

Commit

Permalink
Dev: templateConfiguration and TemplateManifest extends TemplateConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Jul 14, 2017
1 parent 60e3fec commit 4981087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/models/TemplateConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* @package LimeSurvey
* @subpackage Backend
*/
class TemplateConfiguration extends CActiveRecord
class TemplateConfiguration extends TemplateConfig
{
/** @var string $sTemplateName The template name */
public $sTemplateName='';
Expand Down
2 changes: 1 addition & 1 deletion application/models/TemplateManifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @package LimeSurvey
* @subpackage Backend
*/
class TemplateManifest extends TemplateConfiguration
class TemplateManifest extends TemplateConfig
{
/** @var string $sTemplateName The template name */
public $sTemplateName='';
Expand Down

0 comments on commit 4981087

Please sign in to comment.