projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb33270
)
Need to call process() here too.
author
Jan Schneider
<jan@horde.org>
Thu, 27 Jan 2011 14:50:03 +0000
(15:50 +0100)
committer
Jan Schneider
<jan@horde.org>
Thu, 27 Jan 2011 17:38:40 +0000
(18:38 +0100)
nag/lib/Driver.php
patch
|
blob
|
history
diff --git
a/nag/lib/Driver.php
b/nag/lib/Driver.php
index
e5e2ee2
..
37e5c27
100644
(file)
--- a/
nag/lib/Driver.php
+++ b/
nag/lib/Driver.php
@@
-349,6
+349,7
@@
class Nag_Driver
$horde_alarm->delete($task->uid);
} else {
$task = $this->get($taskId);
+ $task->process();
$alarm = $task->toAlarm();
if ($alarm) {
$alarm['start'] = new Horde_Date($alarm['start']);