Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b57ad50
)
MDL-24535 do not store 'wantsurl' when accessing group images
author
Petr Skoda
<skodak@moodle.org>
Wed, 6 Oct 2010 12:56:56 +0000
(12:56 +0000)
committer
Petr Skoda
<skodak@moodle.org>
Wed, 6 Oct 2010 12:56:56 +0000
(12:56 +0000)
pluginfile.php
patch
|
blob
|
blame
|
history
diff --git
a/pluginfile.php
b/pluginfile.php
index
780a061
..
3146d60
100644
(file)
--- a/
pluginfile.php
+++ b/
pluginfile.php
@@
-524,7
+524,7
@@
if ($component === 'blog') {
send_file_not_found();
}
- require_course_login($course, true);
+ require_course_login($course, true
, null, false
);
$groupid = (int)array_shift($args);