From 83315f4c65fd133c1d18f2138cc4c4b73744ffb6 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Tue, 14 Nov 2006 07:38:14 +0000 Subject: fix bug 1558936 --- functions/init.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions/init.inc.php') 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'); -- cgit v1.2.3