From e9060e8be76da2897008d60b851b6f1e167c659d Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Tue, 9 Jun 2009 22:32:05 -0400 Subject: [PATCH] fix setValue call --- imp/lib/IMP.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- 2.11.0