diff --git a/feed.php b/feed.php
index 32885fcefbfcdd67e3f2741d8c40b7feb2ba08ee..178f51d56cb3a1d2947d171b8cf2aebfc5b06b2f 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)){