projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2414d64
)
Provide the tasks with the backend. This allows to avoid bootstraping the tasks witho...
author
Gunnar Wrobel
<p@rdus.de>
Wed, 10 Mar 2010 08:57:19 +0000
(09:57 +0100)
committer
Gunnar Wrobel
<wrobel@temple.(none)>
Wed, 10 Mar 2010 08:58:42 +0000
(09:58 +0100)
framework/LoginTasks/lib/Horde/LoginTasks.php
patch
|
blob
|
history
diff --git
a/framework/LoginTasks/lib/Horde/LoginTasks.php
b/framework/LoginTasks/lib/Horde/LoginTasks.php
index
38d1fce
..
a28b963
100644
(file)
--- a/
framework/LoginTasks/lib/Horde/LoginTasks.php
+++ b/
framework/LoginTasks/lib/Horde/LoginTasks.php
@@
-140,7
+140,7
@@
class Horde_LoginTasks
$cur_date = getdate();
foreach ($this->_backend->getTasks() as $classname => $app) {
- $ob = new $classname();
+ $ob = new $classname(
$this->_backend
);
/* If marked inactive, skip the task. */
if (!$ob->active) {