From: Michael J. Rubinsky Date: Sat, 8 May 2010 15:44:55 +0000 (-0400) Subject: Enforce that exceptions are not recurring X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e9526b1353df701b056ff802db532c2d91f04f51;p=horde.git Enforce that exceptions are not recurring --- diff --git a/kronolith/lib/Event.php b/kronolith/lib/Event.php index aaf3f32d2..f2bc69d5b 100644 --- a/kronolith/lib/Event.php +++ b/kronolith/lib/Event.php @@ -1655,7 +1655,8 @@ abstract class Kronolith_Event public function recurs() { return isset($this->recurrence) && - !$this->recurrence->hasRecurType(Horde_Date_Recurrence::RECUR_NONE); + !$this->recurrence->hasRecurType(Horde_Date_Recurrence::RECUR_NONE) && + empty($this->baseid); } /**