We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45a43e8 + 1c73b7a commit 914383aCopy full SHA for 914383a
phpBB/includes/mcp/mcp_queue.php
@@ -284,6 +284,7 @@ public function main($id, $mode)
284
$post_data = array(
285
'S_MCP_QUEUE' => true,
286
'U_APPROVE_ACTION' => append_sid("{$phpbb_root_path}mcp.$phpEx", "i=queue&p=$post_id"),
287
+ 'S_CAN_APPROVE' => $auth->acl_get('m_approve', $post_info['forum_id']),
288
'S_CAN_DELETE_POST' => $auth->acl_get('m_delete', $post_info['forum_id']),
289
'S_CAN_VIEWIP' => $auth->acl_get('m_info', $post_info['forum_id']),
290
'S_POST_REPORTED' => $post_info['post_reported'],
0 commit comments