Skip to content

Commit

Permalink
MDL-53039 rss: allow guest access to front page forum
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaglancy committed Feb 9, 2016
1 parent 9d5d9c6 commit 6e0ecbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rss/file.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
$autologinguest = true;
$setwantsurltome = true;
$preventredirect = true;
require_login($course, $autologinguest, $cm, $setwantsurltome, $preventredirect);
require_course_login($course, $autologinguest, $cm, $setwantsurltome, $preventredirect);
} catch (Exception $e) {
if (isguestuser()) {
rss_error('rsserrorguest', 'rss.xml', 0, '403 Forbidden');
Expand Down

0 comments on commit 6e0ecbe

Please sign in to comment.