Skip to content

Commit

Permalink
Revert "Dev: Typo in variable name"
Browse files Browse the repository at this point in the history
This reverts commit 631dc5a.
  • Loading branch information
olleharstedt committed Jan 23, 2017
1 parent 8655f98 commit 424755b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/RegisterController.php
Expand Up @@ -494,6 +494,6 @@ private function display($iSurveyId)
// Survey/index need renderPartial
echo $this->renderPartial('/register/display',$aViewData, true, true);
}
doFooter($iSurveyId);
doFooter($iSurveyID);
}
}

0 comments on commit 424755b

Please sign in to comment.