projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48328bc
)
Fix variable scope.
author
Michael M Slusarz
<slusarz@curecanti.org>
Sun, 4 Jan 2009 07:42:32 +0000
(
00:42
-0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Sun, 4 Jan 2009 07:42:52 +0000
(
00:42
-0700)
imp/lib/base.php
patch
|
blob
|
history
diff --git
a/imp/lib/base.php
b/imp/lib/base.php
index
e058888
..
6343175
100644
(file)
--- a/
imp/lib/base.php
+++ b/
imp/lib/base.php
@@
-161,7
+161,7
@@
if ($authentication !== 'none') {
}
// Set default message character set, if necessary
- if ($def_charset = $
prefs
->getValue('default_msg_charset')) {
+ if ($def_charset = $
GLOBALS['prefs']
->getValue('default_msg_charset')) {
Horde_Mime_Part::$defaultCharset = $def_charset;
Horde_Mime_Headers::$defaultCharset = $def_charset;
}