Skip to content

Commit

Permalink
Fixed issue #13685: Create a new survey - Save and Save and close -> …
Browse files Browse the repository at this point in the history
…same behavour
  • Loading branch information
lacrioque committed Jun 27, 2018
1 parent 5019ad6 commit c868ada
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/controllers/admin/surveyadmin.php
Expand Up @@ -185,7 +185,6 @@ public function newsurvey()
$arrayed_data['data'] = $aData;
$arrayed_data['title_bar']['title'] = gT('New survey');
$arrayed_data['fullpagebar']['savebutton']['form'] = 'addnewsurvey';
$arrayed_data['fullpagebar']['saveandclosebutton']['form'] = 'addnewsurvey';
$arrayed_data['fullpagebar']['closebutton']['url'] = 'admin/index'; // Close button

$this->_renderWrappedTemplate('survey', $aViewUrls, $arrayed_data);
Expand Down

0 comments on commit c868ada

Please sign in to comment.