Skip to content

Commit

Permalink
Fixed issue #15918: No save button fo bounce settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
thedirtypanda committed Mar 24, 2020
1 parent 01a3111 commit e2d6fab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application/controllers/admin/tokens.php
Expand Up @@ -2400,7 +2400,8 @@ public function bouncesettings($iSurveyId)

$aData['sidemenu']['state'] = false;
$aData['title_bar']['title'] = $survey->currentLanguageSettings->surveyls_title." (".gT("ID").":".$iSurveyId.")";

$aData['topBar']['showSaveButton'] = true;

$this->_renderWrappedTemplate('token', array('bounce'), $aData);
}

Expand Down

0 comments on commit e2d6fab

Please sign in to comment.