lib/rsslib - Missing global decloration of $OUTPUT

This commit is contained in:
poltawski
2009-07-31 21:19:20 +00:00
parent 17811cef2c
commit 9598cecff9
+1 -1
View File
@@ -169,7 +169,7 @@ function rss_file_name($modname, $mod) {
* @global object
*/
function rss_standard_header($title = NULL, $link = NULL, $description = NULL) {
global $CFG, $USER;
global $CFG, $USER, $OUTPUT;
$status = true;
$result = "";