Process task after re-fetching it.
authorJan Schneider <jan@horde.org>
Thu, 27 Jan 2011 14:13:45 +0000 (15:13 +0100)
committerJan Schneider <jan@horde.org>
Thu, 27 Jan 2011 14:13:45 +0000 (15:13 +0100)
nag/lib/Driver.php

index 13f87a5..e5e2ee2 100644 (file)
@@ -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');