MDL-14589 fixed file manager link
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@
|
||||
if (!$context = get_context_instance(CONTEXT_COURSE, $course->id)) {
|
||||
print_error('invalidcontext');
|
||||
}
|
||||
redirect('index.php?contextid='.$context->id.'&filearea=coursefiles');
|
||||
redirect('index.php?contextid='.$context->id.'&itemid=0&filearea=course_content');
|
||||
}
|
||||
|
||||
if (!$context = get_context_instance_by_id($contextid)) {
|
||||
|
||||
Reference in New Issue
Block a user