mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Pass the whole $course variable to block_print_blocks_admin()
so we have more information.
This commit is contained in:
parent
a2ebe6a55c
commit
6236ed990d
5 changed files with 8 additions and 8 deletions
|
@ -216,7 +216,7 @@
|
|||
}
|
||||
print_course_blocks($site, $rightblocks, BLOCK_RIGHT);
|
||||
if ($editing && !empty($missingblocks)) {
|
||||
block_print_blocks_admin($site->id, $missingblocks);
|
||||
block_print_blocks_admin($site, $missingblocks);
|
||||
}
|
||||
echo '</td>';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue