mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-24535 do not store 'wantsurl' when accessing group images
This commit is contained in:
parent
b57ad50120
commit
a02357dfbf
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user