Skip to content

Commit

Permalink
Dev: Typo in variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jan 20, 2017
1 parent 276c1b4 commit 631dc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/RegisterController.php
Original file line number Diff line number Diff line change
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 631dc5a

Please sign in to comment.