From 55b194c90293a73f215797a52570f9167bea177f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Carlos=20Tim=C3=B3teo?= Date: Tue, 23 Nov 2010 17:00:37 +0000 Subject: [PATCH] Fix to description function Signed-off-by: Jan Schneider --- kronolith/lib/Calendar/Internal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/lib/Calendar/Internal.php b/kronolith/lib/Calendar/Internal.php index 8ecbad545..3fb83d747 100644 --- a/kronolith/lib/Calendar/Internal.php +++ b/kronolith/lib/Calendar/Internal.php @@ -66,7 +66,7 @@ class Kronolith_Calendar_Internal extends Kronolith_Calendar */ public function description() { - return $this->_share->get('description'); + return $this->_share->get('desc'); } /** -- 2.11.0