summaryrefslogtreecommitdiffstats
path: root/askbot/views/users.py
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/views/users.py')
-rw-r--r--askbot/views/users.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/views/users.py b/askbot/views/users.py
index c58b5abd..173ccb85 100644
--- a/askbot/views/users.py
+++ b/askbot/views/users.py
@@ -1112,7 +1112,7 @@ def user(request, id, slug=None, tab_name=None):
sort=None,
query=None,
tags=None,
- author=profile_owner.id,
+ author=None,
page=None,
user_logged_in=profile_owner.is_authenticated(),
)