projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0660e2d
)
array style
author
Chuck Hagenbuch
<chuck@horde.org>
Sun, 16 Jan 2011 04:31:35 +0000
(23:31 -0500)
committer
Chuck Hagenbuch
<chuck@horde.org>
Sun, 16 Jan 2011 04:31:35 +0000
(23:31 -0500)
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
17474a5
..
8a9fc55
100644
(file)
--- a/
framework/Core/lib/Horde/Registry.php
+++ b/
framework/Core/lib/Horde/Registry.php
@@
-282,7
+282,7
@@
class Horde_Registry
/* Define autoloader callbacks. */
$callbacks = array(
'Horde_Mime' => 'Horde_Core_Autoloader_Callback_Mime',
- 'Horde_Nls' => 'Horde_Core_Autoloader_Callback_Nls'
+ 'Horde_Nls' => 'Horde_Core_Autoloader_Callback_Nls'
,
);
/* Define factories. By default, uses the 'create' method in the given