projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78fd3f9
)
fix setValue call
author
Chuck Hagenbuch
<chuck@horde.org>
Wed, 10 Jun 2009 02:32:05 +0000
(22:32 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Wed, 10 Jun 2009 02:32:05 +0000
(22:32 -0400)
imp/lib/IMP.php
patch
|
blob
|
history
diff --git
a/imp/lib/IMP.php
b/imp/lib/IMP.php
index
fd8465c
..
6835817
100644
(file)
--- 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);
}
}