mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Merge branch 'MDL-74313-master' of https://github.com/peterRd/moodle
This commit is contained in:
commit
11d63a54a6
@ -37,6 +37,7 @@ $output = $PAGE->get_renderer('core', 'badges');
|
||||
$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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user