Skip to content

Commit

Permalink
Dev: question group redirection to question group view after save
Browse files Browse the repository at this point in the history
  • Loading branch information
louis committed Oct 5, 2015
1 parent 3e114ed commit f391ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/questiongroups.php
Expand Up @@ -472,7 +472,7 @@ public function update($gid)
}

Yii::app()->session['flashmessage'] = gT("Question group successfully saved.");
$this->getController()->redirect(array('admin/survey/sa/view/surveyid/' . $surveyid . '/gid/' . $gid));
$this->getController()->redirect(array('admin/questiongroups/sa/view/surveyid/' . $surveyid . '/gid/' . $gid));
}
}

Expand Down

0 comments on commit f391ec4

Please sign in to comment.