projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1886d21
)
Don't use singleton().
author
Jan Schneider
<jan@horde.org>
Sun, 23 Aug 2009 13:36:12 +0000
(15:36 +0200)
committer
Jan Schneider
<jan@horde.org>
Sun, 23 Aug 2009 13:36:12 +0000
(15:36 +0200)
framework/Nls/lib/Horde/Nls.php
patch
|
blob
|
history
diff --git
a/framework/Nls/lib/Horde/Nls.php
b/framework/Nls/lib/Horde/Nls.php
index
6287f10
..
809df2e
100644
(file)
--- a/
framework/Nls/lib/Horde/Nls.php
+++ b/
framework/Nls/lib/Horde/Nls.php
@@
-256,7
+256,7
@@
class Horde_Nls
? 'ISO-8859-1'
: self::$config['charsets'][$GLOBALS['language']];
} else {
- $browser =
Horde_Browser::singleton
();
+ $browser =
new Horde_Browser
();
if ($browser->hasFeature('utf') &&
(Horde_Util::extensionExists('iconv') ||
Horde_Util::extensionExists('mbstring'))) {