diff --git a/event/acp_functions.php b/event/acp_functions.php index 24b3c08..9e6d687 100644 --- a/event/acp_functions.php +++ b/event/acp_functions.php @@ -58,7 +58,7 @@ public function acp_manage_forums_initialise_data($event) { if ($event['action'] == 'add') { - $event->update_subarray('forum_data', 'anp_ignore_post_permissions', false); + $event->update_subarray('forum_data', 'anp_post_force', false); $event->update_subarray('forum_data', 'anp_ignore_post_permissions', false); } }