projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0729ad4
)
addOndemandBinder -> addBinder
author
Chuck Hagenbuch
<chuck@horde.org>
Sun, 3 Oct 2010 15:23:35 +0000
(11:23 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Sun, 3 Oct 2010 15:23:35 +0000
(11:23 -0400)
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
0d80281
..
bbebb69
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->add
Ondemand
Binder($key, $val);
+ $injector->addBinder($key, $val);
}
foreach ($factories as $key => $val) {
$injector->bindFactory($key, $val[0], $val[1]);