summaryrefslogtreecommitdiff
path: root/feed.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2008-07-16 21:23:43 +0200
committerAndreas Gohr <andi@splitbrain.org>2008-07-16 21:23:43 +0200
commit3d581c29d78f580eaa4a06661d84951e2e481757 (patch)
treee113ed41b1d73e37c0b48e01ea62593020c4d1d7 /feed.php
parent7b7e295940eae7e071f0f77479894660d9640ca1 (diff)
downloadrpg-3d581c29d78f580eaa4a06661d84951e2e481757.tar.gz
rpg-3d581c29d78f580eaa4a06661d84951e2e481757.tar.bz2
Fix author names in RSS feeds FS#1448
darcs-hash:20080716192343-7ad00-990fe2ac9c48a518fc4384ffdc4665df762b39c5.gz
Diffstat (limited to 'feed.php')
-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)){