From e70c7462b1b9056f83918f35aaeae2a76d5eb1d8 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Mon, 2 Feb 2009 03:47:27 +0000 Subject: improvements in rss --- rss/rss1.0.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rss/rss1.0.php b/rss/rss1.0.php index 665200e..0a5acb4 100755 --- a/rss/rss1.0.php +++ b/rss/rss1.0.php @@ -27,7 +27,7 @@ function rss_top(){ if ($theview !=""){$rss .= ' - '.$theview;} $rss .= "\n"; - $rss .= ''.htmlspecialchars("$default_path").''."\n"; + $rss .= ''.htmlspecialchars("$phpiCal_config->default_path").''."\n"; $rss .= ''.$cal_displayname.' '.$lang['l_calendar'].' - '.$theview.''."\n"; #$rss .= ''.$rss_language.''."\n"; return $rss; -- cgit v1.2.3