Skip to content

Commit

Permalink
Merge pull request #237 from gabrieljenik/patch-4
Browse files Browse the repository at this point in the history
Fixed issue #9332: Date question + debug > 1 : broken Reorder survey
  • Loading branch information
c-schmitz committed Nov 22, 2014
2 parents eaed00f + d9d8ddf commit aec847b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/surveyadmin.php
Expand Up @@ -993,7 +993,7 @@ private function _showReorderForm($iSurveyID)
{
// Prepare data for the view
$sBaseLanguage = Survey::model()->findByPk($iSurveyID)->language;

LimeExpressionManager::StartSurvey($iSurveyID, 'survey');
LimeExpressionManager::StartProcessingPage(true, Yii::app()->baseUrl);

$aGrouplist = QuestionGroup::model()->getGroups($iSurveyID);
Expand Down

0 comments on commit aec847b

Please sign in to comment.