From 424755b496543385e5856b71559a9fee06ac5b11 Mon Sep 17 00:00:00 2001 From: Olle Haerstedt Date: Mon, 23 Jan 2017 15:08:55 +0100 Subject: [PATCH] Revert "Dev: Typo in variable name" This reverts commit 631dc5add6b9d614e6237a903c7ccc8872b8f677. --- application/controllers/RegisterController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/RegisterController.php b/application/controllers/RegisterController.php index 993685feb85..5d95db5111e 100644 --- a/application/controllers/RegisterController.php +++ b/application/controllers/RegisterController.php @@ -494,6 +494,6 @@ private function display($iSurveyId) // Survey/index need renderPartial echo $this->renderPartial('/register/display',$aViewData, true, true); } - doFooter($iSurveyId); + doFooter($iSurveyID); } }