aboutsummaryrefslogtreecommitdiffstats
path: root/rss
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2009-01-03 07:26:20 +0000
committerJim Hu <jimhu@users.sourceforge.net>2009-01-03 07:26:20 +0000
commitd1ce09300e099269e6c0e784cf42c262a40036b9 (patch)
tree91cfc87baabc11b03d0ceea8c2e4ef9adcb1b93a /rss
parentab3df3da116a52e1eaeb8e62ce3e0a93c3e35189 (diff)
downloadphpicalendar-d1ce09300e099269e6c0e784cf42c262a40036b9.tar.gz
phpicalendar-d1ce09300e099269e6c0e784cf42c262a40036b9.tar.bz2
phpicalendar-d1ce09300e099269e6c0e784cf42c262a40036b9.zip
fix mising phpiCal_config global in rss2.0.php
Diffstat (limited to 'rss')
-rw-r--r--rss/rss2.0.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/rss/rss2.0.php b/rss/rss2.0.php
index f80dbee..7e37ec3 100644
--- a/rss/rss2.0.php
+++ b/rss/rss2.0.php
@@ -24,7 +24,7 @@
define('BASE', '../');
require(BASE.'rss/rss_common.php');
function rss_top(){
- global $cal_displayname, $theview, $default_path, $cpath, $lang, $rss_link, $rss_language;
+ global $cal_displayname, $theview, $phpiCal_config, $cpath, $lang, $rss_link, $rss_language;
$rss = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"."\n";
/* Use 2.0 and strip encoding, use rss_language */

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