From: Jan Schneider Date: Thu, 27 Jan 2011 14:13:45 +0000 (+0100) Subject: Process task after re-fetching it. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7a36a5f4d8d0407ffbef4c416bec81e5fc75562c;p=horde.git Process task after re-fetching it. --- 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');