Skip to content

Commit

Permalink
Merge branch 'MDL-70911-master' of git://github.com/sarjona/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Mar 11, 2021
2 parents baa9064 + 0a0729f commit 8eab098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions badges/backpacks.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@

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);
Expand All @@ -47,6 +45,8 @@
$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()) {
Expand Down

0 comments on commit 8eab098

Please sign in to comment.