Merge branch 'MDL-74630-311' of https://github.com/aanabit/moodle into MOODLE_311_STABLE
This commit is contained in:
@@ -45,7 +45,7 @@ $title = get_string('contentbank');
|
||||
if ($PAGE->course) {
|
||||
require_login($PAGE->course->id);
|
||||
}
|
||||
$PAGE->set_url('/contentbank/index.php');
|
||||
$PAGE->set_url('/contentbank/index.php', ['contextid' => $contextid]);
|
||||
$PAGE->set_context($context);
|
||||
$PAGE->set_title($title);
|
||||
$PAGE->set_heading($title);
|
||||
|
||||
Reference in New Issue
Block a user