aboutsummaryrefslogtreecommitdiffstats
path: root/functions/init.inc.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2006-11-14 07:38:14 +0000
committerJim Hu <jimhu@users.sourceforge.net>2006-11-14 07:38:14 +0000
commit83315f4c65fd133c1d18f2138cc4c4b73744ffb6 (patch)
treede94ae57a2acc9a64cd3c7a1a2c3de6c59b87a9e /functions/init.inc.php
parente09d39bcea74da0df7c868b2050ffe18b6e124f8 (diff)
downloadphpicalendar-83315f4c65fd133c1d18f2138cc4c4b73744ffb6.tar.gz
phpicalendar-83315f4c65fd133c1d18f2138cc4c4b73744ffb6.tar.bz2
phpicalendar-83315f4c65fd133c1d18f2138cc4c4b73744ffb6.zip
fix bug 1558936
Diffstat (limited to 'functions/init.inc.php')
-rw-r--r--functions/init.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/init.inc.php b/functions/init.inc.php
index 883ab36..96dc27b 100644
--- a/functions/init.inc.php
+++ b/functions/init.inc.php
@@ -49,7 +49,7 @@ if (isset($user_template["$cpath"])){
}
#set up specific webcals for a particular cpath
if (is_array($more_webcals[$cpath])){
- array_merge($list_webcals, $more_webcals["$cpath"]);
+ $list_webcals = array_merge($list_webcals, $more_webcals["$cpath"]);
}
include_once(BASE.'error.php');
include_once(BASE.'functions/calendar_functions.php');

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