mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-78904-401' of https://github.com/junpataleta/moodle into MOODLE_401_STABLE
This commit is contained in:
commit
efdf0e48c8
@ -55,14 +55,11 @@ $PAGE->set_heading($course->fullname);
|
||||
|
||||
echo $OUTPUT->header();
|
||||
|
||||
$currenttab = 'repositories';
|
||||
require('tabs.php');
|
||||
|
||||
echo $OUTPUT->heading($configstr);
|
||||
echo $OUTPUT->box_start();
|
||||
|
||||
$params = array();
|
||||
$params['context'] = $coursecontext;
|
||||
$params['context'] = [$coursecontext];
|
||||
$params['currentcontext'] = $PAGE->context;
|
||||
$params['userid'] = $USER->id;
|
||||
if (!$instances = repository::get_instances($params)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user