From 7a36a5f4d8d0407ffbef4c416bec81e5fc75562c Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 27 Jan 2011 15:13:45 +0100 Subject: [PATCH] Process task after re-fetching it. --- nag/lib/Driver.php | 1 + 1 file changed, 1 insertion(+) diff --git a/nag/lib/Driver.php b/nag/lib/Driver.php index 13f87a516..e5e2ee2a7 100644 --- a/nag/lib/Driver.php +++ b/nag/lib/Driver.php @@ -210,6 +210,7 @@ class Nag_Driver return $taskId; } $task = $this->get($taskId); + $task->process(); /* Log the creation of this item in the history log. */ $history = $GLOBALS['injector']->getInstance('Horde_History'); -- 2.11.0