From f074c121539448d7a66ec69ed8462d1f01a4d0d4 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 11 Aug 2010 23:11:20 +0200 Subject: [PATCH] Document why we need this. --- kronolith/lib/Driver/Sql.php | 4 ++++ 1 file changed, 4 insertions(+) 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); -- 2.11.0