Browse Source

Changed order of poll perms. #28

Rafał Pitoń 11 years ago
parent
commit
05806fdb14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/acl/permissions/threads.py

+ 1 - 1
misago/acl/permissions/threads.py

@@ -676,7 +676,6 @@ def build_forums(acl, perms, forums, forum_roles):
                      'can_see_votes': False,
                      'can_make_polls': False,
                      'can_vote_in_polls': False,
-                     'can_see_poll_votes': False,
                      'can_see_attachments': False,
                      'can_upload_attachments': False,
                      'can_download_attachments': False,
@@ -692,6 +691,7 @@ def build_forums(acl, perms, forums, forum_roles):
                      'can_protect_posts': False,
                      'can_delete_threads': 0,
                      'can_delete_posts': 0,
+                     'can_see_poll_votes': False,
                      'can_delete_polls': 0,
                      'can_delete_attachments': False,
                      'can_see_deleted_checkpoints': False,