From 3d581c29d78f580eaa4a06661d84951e2e481757 Mon Sep 17 00:00:00 2001
From: Andreas Gohr <andi@splitbrain.org>
Date: Wed, 16 Jul 2008 21:23:43 +0200
Subject: [PATCH] Fix author names in RSS feeds FS#1448

darcs-hash:20080716192343-7ad00-990fe2ac9c48a518fc4384ffdc4665df762b39c5.gz
---
 feed.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)){
-- 
GitLab