Skip to content

Commit

Permalink
Fixed issue #16606: Blank page after granting user groups survey perm…
Browse files Browse the repository at this point in the history
…issions
  • Loading branch information
thedirtypanda committed Apr 15, 2021
1 parent ebf1508 commit e383c2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application/controllers/admin/surveypermission.php
Expand Up @@ -659,10 +659,10 @@ function surveyright(int $surveyid)
} else {
$addsummary .= "<div class=\"errorheader\">" . gT("Failed to update permissions for all users in this group.") . "</div>\n";
}
$addsummary .= "<br/><input class='btn btn-default' type=\"submit\" onclick=\"window.open('" . $this->getController()->createUrl('admin/surveypermission/sa/view/surveyid/' . $surveyid) . "', '_top')\" value=\"" . gT("Continue") . "\"/>\n";
$addsummary .= "</div></div></div>\n";
$addsummary .= "<br/><input class='btn btn-default' type=\"submit\" onclick=\"window.open('" . $this->getController()->createUrl('admin/surveypermission/sa/view/surveyid/' . $surveyid) . "', '_top')\" value=\"" . gT("Continue") . "\"/>\n";
$addsummary .= "</div></div></div></div>\n";
$aViewUrls['output'] = $addsummary;

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

Expand Down

0 comments on commit e383c2b

Please sign in to comment.