summaryrefslogtreecommitdiff
path: root/program/steps
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-03-06 13:16:43 +0100
committerThomas Bruederli <thomas@roundcube.net>2014-03-06 13:16:43 +0100
commitc70f26776ef2a539834caa04ca86a0f71ee80cee (patch)
tree3ea53e276fc67509c8ca60b0a137aca34de9bccf /program/steps
parent2838b9ecb6a070c8693856668f0279d69e6e88d3 (diff)
parentf2e1b7a3e66b1a00369967d969ae482829068a44 (diff)
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/steps')
-rw-r--r--program/steps/mail/func.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc
index 9d7aa30cf..aa41d6a0b 100644
--- a/program/steps/mail/func.inc
+++ b/program/steps/mail/func.inc
@@ -37,7 +37,7 @@ if (!empty($_GET['_page'])) {
$a_threading = $RCMAIL->config->get('message_threading', array());
$message_sort_col = $RCMAIL->config->get('message_sort_col');
-$message_sort_order = $RCMAIL->config->get('message_sort_col');
+$message_sort_order = $RCMAIL->config->get('message_sort_order');
// set default sort col/order to session
if (!isset($_SESSION['sort_col'])) {