From a02357dfbf2edc8f55bfebd6e6b0c9a19dfa1515 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Wed, 6 Oct 2010 12:56:56 +0000 Subject: [PATCH] MDL-24535 do not store 'wantsurl' when accessing group images --- pluginfile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pluginfile.php b/pluginfile.php index 780a06154ab77..3146d60e5ce2e 100644 --- a/pluginfile.php +++ b/pluginfile.php @@ -524,7 +524,7 @@ send_file_not_found(); } - require_course_login($course, true); + require_course_login($course, true, null, false); $groupid = (int)array_shift($args);