Document why we need this.
authorJan Schneider <jan@horde.org>
Wed, 11 Aug 2010 21:11:20 +0000 (23:11 +0200)
committerJan Schneider <jan@horde.org>
Thu, 12 Aug 2010 15:34:49 +0000 (17:34 +0200)
kronolith/lib/Driver/Sql.php

index 9a94883..7070d38 100644 (file)
@@ -695,6 +695,10 @@ class Kronolith_Driver_Sql extends Kronolith_Driver
         $tagger->tag($event->uid, $event->tags, $cal->get('owner'), 'event');
     }
 
+    /**
+     * Wrapper for sending notifications, so that we can overwrite this action
+     * in Kronolith_Driver_Resource.
+     */
     protected function _handleNotifications($event, $action)
     {
         Kronolith::sendNotification($event, $action);