projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0788578
)
Bug #8948: Typo
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 16 Apr 2010 21:48:57 +0000
(15:48 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 16 Apr 2010 22:05:23 +0000
(16:05 -0600)
imp/lib/Prefs/Identity.php
patch
|
blob
|
history
diff --git
a/imp/lib/Prefs/Identity.php
b/imp/lib/Prefs/Identity.php
index
71c4527
..
b497475
100644
(file)
--- a/
imp/lib/Prefs/Identity.php
+++ b/
imp/lib/Prefs/Identity.php
@@
-515,7
+515,7
@@
class Imp_Prefs_Identity extends Horde_Prefs_Identity
public function setValue($key, $val, $identity = null)
{
if ($key == 'sent_mail_folder') {
- $val = IMP::folderPref
s
($val, false);
+ $val = IMP::folderPref($val, false);
}
return parent::setValue($key, $val, $identity);
}