From: Michael M Slusarz Date: Fri, 16 Apr 2010 21:48:57 +0000 (-0600) Subject: Bug #8948: Typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6088ce0ba2705b74abb190964fb40428aa912467;p=horde.git Bug #8948: Typo --- diff --git a/imp/lib/Prefs/Identity.php b/imp/lib/Prefs/Identity.php index 71c45274e..b497475e7 100644 --- 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::folderPrefs($val, false); + $val = IMP::folderPref($val, false); } return parent::setValue($key, $val, $identity); }