Skip to content

Commit

Permalink
Merge branch 'MDL-74313-master' of https://github.com/peterRd/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Apr 1, 2022
2 parents 46bdfc9 + 62c086e commit 11d63a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions badges/badge.php
Expand Up @@ -37,6 +37,7 @@
$PAGE->set_url('/badges/badge.php', array('hash' => $id));
$PAGE->set_pagelayout('base');
$PAGE->set_title(get_string('issuedbadge', 'badges'));
$PAGE->set_secondary_navigation(false);

$badge = new \core_badges\output\issued_badge($id);
if (!empty($badge->recipient->id)) {
Expand Down

0 comments on commit 11d63a5

Please sign in to comment.