]> git.mjollnir.org Git - moodle.git/commitdiff
lib/rsslib - Missing global decloration of $OUTPUT
authorpoltawski <poltawski>
Fri, 31 Jul 2009 21:19:20 +0000 (21:19 +0000)
committerpoltawski <poltawski>
Fri, 31 Jul 2009 21:19:20 +0000 (21:19 +0000)
lib/rsslib.php

index bb57713f6ef6640137230b2d4ff4739b11d9acde..251c5dea21b110186f61463fdbc767b1782bb3e3 100644 (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 = "";