From 9b00469b471a8b159c60ecca333f0f7064ba1d27 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Sat, 20 Dec 2008 03:22:54 +0000 Subject: misc error warnings and notices --- rss/rss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rss/rss.php') diff --git a/rss/rss.php b/rss/rss.php index e6942a4..918e104 100644 --- a/rss/rss.php +++ b/rss/rss.php @@ -20,7 +20,7 @@ function rss_top(){ if ($theview !=""){$rss .= ' - '.$theview;} $rss .= "\n"; - $rss .= ''.htmlspecialchars("$default_path").''."\n"; + $rss .= ''.htmlspecialchars("$phpiCal_config->default_path").''."\n"; if (isset($cpath) && $cpath !='') $rss_link.="?cpath=$cpath"; $rss .= "$rss_link\n"; -- cgit v1.2.3