Skip to content

Commit

Permalink
Order post permissions better.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdarwood007 committed Apr 5, 2022
1 parent 837e38a commit d0c6bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ManagePermissions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1519,8 +1519,8 @@ function loadAllPermissions()
'approve_posts' => array(false, 'general_board'),
'post_new' => array(false, 'topic'),
'post_unapproved_topics' => array(false, 'topic'),
'post_unapproved_replies' => array(true, 'topic'),
'post_reply' => array(true, 'topic'),
'post_unapproved_replies' => array(true, 'topic'),
'post_draft' => array(false, 'topic'),
'merge_any' => array(false, 'topic'),
'split_any' => array(false, 'topic'),
Expand Down

0 comments on commit d0c6bb9

Please sign in to comment.