Indention
authorJan Schneider <jan@horde.org>
Wed, 14 Apr 2010 14:50:38 +0000 (16:50 +0200)
committerJan Schneider <jan@horde.org>
Wed, 14 Apr 2010 14:50:38 +0000 (16:50 +0200)
kronolith/lib/View/Day.php

index d9c6f22..76d85eb 100644 (file)
@@ -44,7 +44,7 @@ class Kronolith_View_Day extends Kronolith_Day {
                                          'month' => $this->month,
                                          'mday' => $this->mday)),
                     $GLOBALS['display_calendars']);
-                    $this->_events = array_shift($events);
+                $this->_events = array_shift($events);
             } catch (Exception $e) {
                 $GLOBALS['notification']->push($e, 'horde.error');
                 $this->_events = array();