projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07a13ad
)
Document why we need this.
author
Jan Schneider
<jan@horde.org>
Wed, 11 Aug 2010 21:11:20 +0000
(23:11 +0200)
committer
Jan Schneider
<jan@horde.org>
Thu, 12 Aug 2010 15:34:49 +0000
(17:34 +0200)
kronolith/lib/Driver/Sql.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Driver/Sql.php
b/kronolith/lib/Driver/Sql.php
index
9a94883
..
7070d38
100644
(file)
--- 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);