Skip to content

Commit

Permalink
Dev : Fixed issue #12440: Propertie TemplateConfiguration.name undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
TonisOrmisson authored and Shnoulle committed May 31, 2017
1 parent 1cab15f commit b020801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/SurveysController.php
Expand Up @@ -70,7 +70,7 @@ public function actionError()
{
$oTemplate = Template::model()->getInstance(Yii::app()->getConfig("defaulttemplate"));

$this->sTemplate = $oTemplate->name;
$this->sTemplate = $oTemplate->sTemplateName;

$error = Yii::app()->errorHandler->error;
if ($error){
Expand Down

0 comments on commit b020801

Please sign in to comment.