Skip to content

Commit

Permalink
Merge branch 'wip-MDL-27684-MOODLE_25_STABLE' of git://github.com/sat…
Browse files Browse the repository at this point in the history
…run77/moodle into MOODLE_25_STABLE
  • Loading branch information
Sam Hemelryk committed Sep 15, 2013
2 parents eb6492e + a12346d commit 10c3f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/repository_ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
$usefilereference = optional_param('usefilereference', false, PARAM_BOOL);

list($context, $course, $cm) = get_context_info_array($contextid);
require_login($course, false, $cm);
require_login($course, false, $cm, false, true);
$PAGE->set_context($context);

echo $OUTPUT->header(); // send headers
Expand Down

0 comments on commit 10c3f9e

Please sign in to comment.