From: Jan Schneider Date: Thu, 18 Nov 2010 15:49:10 +0000 (+0100) Subject: Allow to remove all attendees. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=41fd364e9fc2f034f2d8cf56b6547cfa52b97a14;p=horde.git Allow to remove all attendees. --- 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);