From 2ebfb5e4a07bd3ab6e00ba21ae9b9cd7f3f970dc Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 14 Apr 2010 16:50:38 +0200 Subject: [PATCH] Indention --- kronolith/lib/View/Day.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.11.0