From: Jan Schneider Date: Wed, 14 Apr 2010 14:50:38 +0000 (+0200) Subject: Indention X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2ebfb5e4a07bd3ab6e00ba21ae9b9cd7f3f970dc;p=horde.git Indention --- diff --git a/kronolith/lib/View/Day.php b/kronolith/lib/View/Day.php index d9c6f2282..76d85eba3 100644 --- a/kronolith/lib/View/Day.php +++ b/kronolith/lib/View/Day.php @@ -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();