projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
114e795
)
Add the dns factory mapping
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 3 Oct 2010 03:49:38 +0000
(23:49 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 3 Oct 2010 03:49:38 +0000
(23:49 -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
d27a013
..
dd92892
100644
(file)
--- a/
framework/Core/lib/Horde/Registry.php
+++ b/
framework/Core/lib/Horde/Registry.php
@@
-294,7
+294,6
@@
class Horde_Registry
'Horde_Tree' => 'Horde_Core_Binder_Tree',
'Horde_Token' => 'Horde_Core_Binder_Token',
'Horde_Vfs' => 'Horde_Core_Binder_Vfs',
- 'Net_DNS_Resolver' => 'Horde_Core_Binder_Dns',
'Horde_Rpc_ActiveSync' => 'Horde_Core_Binder_ActiveSync'
);
@@
-352,6
+351,10
@@
class Horde_Registry
'Horde_Core_Factory_View',
'create',
),
+ 'Net_DNS_Resolver' => array(
+ 'Horde_Core_Binder_Dns',
+ 'create',
+ ),
);
/* Define implementations. */