Fix to description function
authorCarlos Timóteo <carlos-e-timoteo@telecom.pt>
Tue, 23 Nov 2010 17:00:37 +0000 (17:00 +0000)
committerJan Schneider <jan@horde.org>
Wed, 24 Nov 2010 10:17:20 +0000 (11:17 +0100)
Signed-off-by: Jan Schneider <jan@horde.org>
kronolith/lib/Calendar/Internal.php

index 8ecbad5..3fb83d7 100644 (file)
@@ -66,7 +66,7 @@ class Kronolith_Calendar_Internal extends Kronolith_Calendar
      */
     public function description()
     {
-        return $this->_share->get('description');
+        return $this->_share->get('desc');
     }
 
     /**