From: Carlos Timóteo Date: Tue, 23 Nov 2010 17:00:37 +0000 (+0000) Subject: Fix to description function X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=55b194c90293a73f215797a52570f9167bea177f;p=horde.git Fix to description function Signed-off-by: Jan Schneider --- 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'); } /**