Skip to content

Commit

Permalink
Dev: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Dec 6, 2017
1 parent 69ded54 commit a99ca12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ public static function getInstance($sTemplateName = null, $iSurveyId = null, $iS
public static function getStandardTemplateList()
{

$standardTemplates = array( Yii::app()->getConfig('defaulttheme'), 'vanilla', 'material', 'no_bootstrap', 'bootswatch', 'fruity', 'embeded');
$standardTemplates = array( Yii::app()->getConfig('defaulttheme'), 'vanilla', 'material', 'no_bootstrap', 'bootswatch', 'fruity', 'embedded');
return $standardTemplates;

/*
Expand Down

0 comments on commit a99ca12

Please sign in to comment.