aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrss/rss1.0.php2
1 files changed, 1 insertions, 1 deletions
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 .= "</title>\n";
- $rss .= '<link>'.htmlspecialchars("$default_path").'</link>'."\n";
+ $rss .= '<link>'.htmlspecialchars("$phpiCal_config->default_path").'</link>'."\n";
$rss .= '<description>'.$cal_displayname.' '.$lang['l_calendar'].' - '.$theview.'</description>'."\n";
#$rss .= '<language>'.$rss_language.'</language>'."\n";
return $rss;

© 2014-2024 Faster IT GmbH | imprint | privacy policy