From 3b23a72d5a617abe2381436d5b299fc490049486 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sat, 12 Sep 2009 12:22:04 -0400 Subject: [PATCH] Notify for acceptance as well --- kronolith/lib/Kronolith.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kronolith/lib/Kronolith.php b/kronolith/lib/Kronolith.php index 0c0c9cf6f..5de3a6894 100644 --- a/kronolith/lib/Kronolith.php +++ b/kronolith/lib/Kronolith.php @@ -1554,6 +1554,8 @@ class Kronolith $r = Kronolith::getDriver('Resource')->getResource($id); $accepted[] = $r->get('name'); } + + } if (count($declined)) { $GLOBALS['notification']->push(sprintf(ngettext("The following resource has declined your request: %s", -- 2.11.0