summaryrefslogtreecommitdiffstats
path: root/forum/const.py
diff options
context:
space:
mode:
Diffstat (limited to 'forum/const.py')
-rwxr-xr-xforum/const.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/forum/const.py b/forum/const.py
index 11c833ea..bc9a7a8f 100755
--- a/forum/const.py
+++ b/forum/const.py
@@ -47,7 +47,7 @@ POST_SORT_METHODS = (
#todo: add assertion here that all sort methods are unique
#because they are keys to the hash used in implementations of Q.run_advanced_search
-DEFAULT_POST_SORT_METHOD = 'latest'
+DEFAULT_POST_SORT_METHOD = 'active'
POST_SCOPE_LIST = (
('all', _('all')),
('unanswered', _('unanswered')),