Kronolith_Event#getId() is no longer a function, use the id property directly
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 18 Dec 2009 18:36:48 +0000 (13:36 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 18 Dec 2009 18:36:48 +0000 (13:36 -0500)
kronolith/lib/Resource/Single.php

index 4a62831..8c142c5 100644 (file)
@@ -112,7 +112,7 @@ class Kronolith_Resource_Single extends Kronolith_Resource_Base
         // Event will only be in the calendar if it's been accepted. This error
         // should never happen, but put it here as a safeguard for now.
         if (!($re instanceof PEAR_Error)) {
-            $driver->deleteEvent($re->getId());
+            $driver->deleteEvent($re->id);
         }
     }