From: Jan Schneider Date: Wed, 11 Aug 2010 21:11:20 +0000 (+0200) Subject: Document why we need this. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f074c121539448d7a66ec69ed8462d1f01a4d0d4;p=horde.git Document why we need this. --- diff --git a/kronolith/lib/Driver/Sql.php b/kronolith/lib/Driver/Sql.php index 9a9488314..7070d38fd 100644 --- a/kronolith/lib/Driver/Sql.php +++ b/kronolith/lib/Driver/Sql.php @@ -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);