From: Chuck Hagenbuch Date: Wed, 10 Jun 2009 02:32:05 +0000 (-0400) Subject: fix setValue call X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e9060e8be76da2897008d60b851b6f1e167c659d;p=horde.git fix setValue call --- diff --git a/imp/lib/IMP.php b/imp/lib/IMP.php index fd8465c57..68358172d 100644 --- a/imp/lib/IMP.php +++ b/imp/lib/IMP.php @@ -1109,7 +1109,7 @@ class IMP * See Bug #7296. */ if ($sortby > 10) { $sortby = Horde_Imap_Client::SORT_ARRIVAL; - $GLOBALS['prefs']->setValue($sortby); + $GLOBALS['prefs']->setValue('sortby', $sortby); } }