From 6a06b9c235b42e32feaf5e9cbcf7dbe22ea478f1 Mon Sep 17 00:00:00 2001 From: skeeter Date: Thu, 25 Apr 2002 13:10:22 +0000 Subject: [PATCH] GNU Bug #130. --- calendar/inc/class.uicalendar.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.uicalendar.inc.php b/calendar/inc/class.uicalendar.inc.php index 0b5dbea703..99a2411fc9 100755 --- a/calendar/inc/class.uicalendar.inc.php +++ b/calendar/inc/class.uicalendar.inc.php @@ -1641,7 +1641,7 @@ { // If we reach this, it is because they didn't search for anything, // attempt to send them back to where they where. - Header('Location: ' . $GLBOALS['phpgw']->link($from)); + Header('Location: ' . $GLOBALS['phpgw']->link($from)); $GLOBALS['phpgw']->common->phpgw_exit(); }