Skip to content

Commit

Permalink
MDL-24535 do not store 'wantsurl' when accessing group images
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Oct 6, 2010
1 parent b57ad50 commit a02357d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pluginfile.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit a02357d

Please sign in to comment.