From 41fd364e9fc2f034f2d8cf56b6547cfa52b97a14 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 18 Nov 2010 16:49:10 +0100 Subject: [PATCH] Allow to remove all attendees. --- kronolith/lib/Event.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kronolith/lib/Event.php b/kronolith/lib/Event.php index 0f5db1afb..bb19b9ab3 100644 --- a/kronolith/lib/Event.php +++ b/kronolith/lib/Event.php @@ -2098,9 +2098,7 @@ abstract class Kronolith_Event } else { $attendees = $session->get('kronolith', 'attendees', Horde_Session::TYPE_ARRAY); } - if ($attendees) { - $this->attendees = $attendees; - } + $this->attendees = $attendees; // Resources $this->_resources = $session->get('kronolith', 'resources', Horde_Session::TYPE_ARRAY); -- 2.11.0