projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d36afd
)
Process task after re-fetching it.
author
Jan Schneider
<jan@horde.org>
Thu, 27 Jan 2011 14:13:45 +0000
(15:13 +0100)
committer
Jan Schneider
<jan@horde.org>
Thu, 27 Jan 2011 14:13:45 +0000
(15:13 +0100)
nag/lib/Driver.php
patch
|
blob
|
history
diff --git
a/nag/lib/Driver.php
b/nag/lib/Driver.php
index
13f87a5
..
e5e2ee2
100644
(file)
--- 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');