Skip to content

Commit

Permalink
Fixed issue #11058: endless loop between assesments and edit settings
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Apr 28, 2016
1 parent 205beeb commit e77e205
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/core/Survey_Common_Action.php
Expand Up @@ -864,6 +864,7 @@ function _surveybar($aData)
$sAlternativeUrl = $aData['surveybar']['closebutton']['url'];
$aForbiddenWordsInUrl = isset($aData['surveybar']['closebutton']['forbidden'])?$aData['surveybar']['closebutton']['forbidden']:array();
$aForbiddenWordsInUrl[]='assessmentedit';
$aForbiddenWordsInUrl[]='editlocalsettings';
$aForbiddenWordsInUrl[]='setsurveysecurity';
$aForbiddenWordsInUrl[]='importsurveyresources';
$aForbiddenWordsInUrl[]='add';
Expand Down

0 comments on commit e77e205

Please sign in to comment.