Skip to content

Commit

Permalink
Fixed issue #13493 : Lot of bug with not insalled template
Browse files Browse the repository at this point in the history
Dev: silently fix it, maybe have add a test part for admin user (on Overview)
  • Loading branch information
Shnoulle committed Mar 20, 2018
1 parent cba2e15 commit 8b4059a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/models/Survey.php
Expand Up @@ -414,6 +414,7 @@ public function afterFindSurvey()
$this->{$attribute} = $event->get($attribute);
}
}
$this->template = Template::templateNameFilter($this->template);
}


Expand Down

0 comments on commit 8b4059a

Please sign in to comment.