projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e78ea9
)
Notify about resources.
author
Jan Schneider
<jan@horde.org>
Tue, 16 Mar 2010 14:19:31 +0000
(15:19 +0100)
committer
Jan Schneider
<jan@horde.org>
Tue, 16 Mar 2010 15:33:56 +0000
(16:33 +0100)
kronolith/lib/Ajax/Application.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Ajax/Application.php
b/kronolith/lib/Ajax/Application.php
index
17db651
..
a9eedf9
100644
(file)
--- a/
kronolith/lib/Ajax/Application.php
+++ b/
kronolith/lib/Ajax/Application.php
@@
-110,6
+110,7
@@
class Kronolith_Ajax_Application extends Horde_Ajax_Application_Base
if (($result !== true) && $this->_vars->sendupdates) {
Kronolith::sendITipNotifications($event, $GLOBALS['notification'], Kronolith::ITIP_REQUEST);
}
+ Kronolith::notifyOfResourceRejection($event);
return $result;
}