mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 16:04:25 +02:00
Merge branch 'MDL-58454-master-fix' of git://github.com/junpataleta/moodle
This commit is contained in:
commit
1c7288e79b
@ -113,7 +113,7 @@ if ($badge->status != BADGE_STATUS_INACTIVE) {
|
||||
}
|
||||
} else if ($action == 0) {
|
||||
// Get the content for issuer.
|
||||
$json = $badge->get_json_issuer_related_badge();
|
||||
$json = $badge->get_badge_issuer();
|
||||
}
|
||||
} else {
|
||||
// The badge doen't exist or not accessible for the users.
|
||||
|
Loading…
x
Reference in New Issue
Block a user