From 9d2d4aad4ba78864feb101529eeb0849e38f26ef Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Wed, 20 Oct 2010 12:06:51 -0400 Subject: [PATCH] scope --- kronolith/lib/Event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/lib/Event.php b/kronolith/lib/Event.php index 2247c56b2..eb9bc0467 100644 --- a/kronolith/lib/Event.php +++ b/kronolith/lib/Event.php @@ -1976,7 +1976,7 @@ abstract class Kronolith_Event public function readForm() { - global $prefs, $cManager; + global $prefs, $cManager, $session; // Event owner. $targetcalendar = Horde_Util::getFormData('targetcalendar'); -- 2.11.0