summaryrefslogtreecommitdiffstats
path: root/forum/const.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-04-17 17:46:00 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-04-17 17:46:00 -0400
commit8bdbbba0359d7626c721a2862f1fce48cb79b905 (patch)
tree7cf944378d4fc5e4a8561c1e100b01b04adf5f13 /forum/const.py
parent0762b79da73cb02e1be04c2de4aaa55eda221901 (diff)
downloadaskbot-8bdbbba0359d7626c721a2862f1fce48cb79b905.tar.gz
askbot-8bdbbba0359d7626c721a2862f1fce48cb79b905.tar.bz2
askbot-8bdbbba0359d7626c721a2862f1fce48cb79b905.zip
minor style fixes
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')),