projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e337410
)
Revert "addOndemandBinder -> addBinder"
author
Chuck Hagenbuch
<chuck@horde.org>
Sun, 3 Oct 2010 15:24:26 +0000
(11:24 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Sun, 3 Oct 2010 15:24:26 +0000
(11:24 -0400)
This reverts commit
e337410fe6149236cff08477e4dbb503bd4b2f64
.
framework/Core/lib/Horde/Registry.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde/Registry.php
b/framework/Core/lib/Horde/Registry.php
index
bbebb69
..
0d80281
100644
(file)
--- a/
framework/Core/lib/Horde/Registry.php
+++ b/
framework/Core/lib/Horde/Registry.php
@@
-365,7
+365,7
@@
class Horde_Registry
$GLOBALS['injector'] = $injector = new Horde_Injector(new Horde_Injector_TopLevel());
foreach ($binders as $key => $val) {
- $injector->addBinder($key, $val);
+ $injector->add
Ondemand
Binder($key, $val);
}
foreach ($factories as $key => $val) {
$injector->bindFactory($key, $val[0], $val[1]);