From 1ba7534cc71bde8d8a934bd24ef90e2ad2892efb Mon Sep 17 00:00:00 2001 From: skodak Date: Sun, 3 Aug 2008 21:08:15 +0000 Subject: [PATCH] MDL-14589 fixed file manager link --- files/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/index.php b/files/index.php index 2573fe65cd..4f0af93ccf 100644 --- a/files/index.php +++ b/files/index.php @@ -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)) { -- 2.39.5