Notify about resources.
authorJan Schneider <jan@horde.org>
Tue, 16 Mar 2010 14:19:31 +0000 (15:19 +0100)
committerJan Schneider <jan@horde.org>
Tue, 16 Mar 2010 15:33:56 +0000 (16:33 +0100)
kronolith/lib/Ajax/Application.php

index 17db651..a9eedf9 100644 (file)
@@ -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;
     }