Fix parse error.
authorJan Schneider <jan@horde.org>
Sun, 3 Oct 2010 18:48:30 +0000 (20:48 +0200)
committerJan Schneider <jan@horde.org>
Sun, 3 Oct 2010 18:58:35 +0000 (20:58 +0200)
kronolith/lib/Event/Holidays.php

index 852b5b1..2102b61 100644 (file)
@@ -42,7 +42,7 @@ class Kronolith_Event_Holidays extends Kronolith_Event
     {
         $this->stored = true;
         $this->initialized = true;
-        $this->title = $dhEvent->getTitle()
+        $this->title = $dhEvent->getTitle();
         $this->start = new Horde_Date($dhEvent->_date->getTime());
         $this->end = new Horde_Date($this->start);
         $this->end->mday++;