Merge branch 'MDL-70911-master' of git://github.com/sarjona/moodle

This commit is contained in:
Jun Pataleta
2021-03-11 17:41:46 +08:00
+2 -2
View File
@@ -29,8 +29,6 @@ $PAGE->set_context($context);
require_login(0, false);
require_capability('moodle/badges:manageglobalsettings', $context);
// There should be an admin setting to completely turn off badges.
$output = $PAGE->get_renderer('core', 'badges');
$id = optional_param('id', 0, PARAM_INT);
$action = optional_param('action', '', PARAM_ALPHA);
@@ -47,6 +45,8 @@ $PAGE->set_url($url);
$PAGE->set_title(get_string('managebackpacks', 'badges'));
$PAGE->set_heading($SITE->fullname);
$output = $PAGE->get_renderer('core', 'badges');
$msg = '';
$msgtype = 'error';
if ($action == 'delete' && $confirm && confirm_sesskey()) {