Skip to content

Commit

Permalink
Fix: typo stardate -> starTdate
Browse files Browse the repository at this point in the history
  • Loading branch information
maziminke authored and Jessica Höck committed Jul 1, 2020
1 parent 8b04213 commit 0de5e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/Survey.php
Expand Up @@ -552,7 +552,7 @@ public function afterFindSurvey()
$allowedAttributes = array('template', 'usecookie', 'allowprev',
'showxquestions', 'shownoanswer', 'showprogress', 'questionindex',
'usecaptcha', 'showgroupinfo', 'showqnumcode', 'navigationdelay',
'expires','stardate','admin','adminemail','emailnotificationto','emailresponseto');
'expires','startdate','admin','adminemail','emailnotificationto','emailresponseto');
foreach ($allowedAttributes as $attribute) {
if (!is_null($event->get($attribute))) {
$this->{$attribute} = $event->get($attribute);
Expand Down

0 comments on commit 0de5e51

Please sign in to comment.