mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
Merge branch 'MDL-58454-master-fix' of git://github.com/junpataleta/moodle
This commit is contained in:
commit
1c7288e79b
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ if ($badge->status != BADGE_STATUS_INACTIVE) {
|
||||||
}
|
}
|
||||||
} else if ($action == 0) {
|
} else if ($action == 0) {
|
||||||
// Get the content for issuer.
|
// Get the content for issuer.
|
||||||
$json = $badge->get_json_issuer_related_badge();
|
$json = $badge->get_badge_issuer();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// The badge doen't exist or not accessible for the users.
|
// The badge doen't exist or not accessible for the users.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue