summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--feed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/feed.php b/feed.php
index 32885fcef..178f51d56 100644
--- a/feed.php
+++ b/feed.php
@@ -133,7 +133,7 @@ function rss_parseOptions(){
function rss_buildItems(&$rss,&$data,$opt){
global $conf;
global $lang;
-
+ global $auth;
foreach($data as $ditem){
if(!is_array($ditem)){