MDL-50641 rss: fix front page rss links
authorDan Poltawski <dan@moodle.com>
Wed, 26 Aug 2015 07:02:42 +0000 (08:02 +0100)
committerDan Poltawski <dan@moodle.com>
Wed, 26 Aug 2015 07:08:43 +0000 (08:08 +0100)
commitcd1b845f6243b691b68472f70e6eeff0b7209773
treee9681ccbd22fda2ec335c0928f97669c39cde7b5
parent6d392b302793f193616028dc92c0d98ed5015596
MDL-50641 rss: fix front page rss links

Fallback to guest user token when no user is specified in rss_get_url
rather than generating a junk token which is no use to anyone, this
matches existing logic which has been in place in forum for a while
and avoids custom handling all over the place.
lib/rsslib.php