mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-14 04:34:07 +02:00
Merge pull request #6225 from rubencm/ticket/16790
[ticket/16790] Remove unused code
This commit is contained in:
@@ -129,7 +129,7 @@ function mcp_post_details($id, $mode, $action)
|
||||
|
||||
// Set some vars
|
||||
$users_ary = $usernames_ary = array();
|
||||
$attachments = $extensions = array();
|
||||
$attachments = array();
|
||||
$post_id = $post_info['post_id'];
|
||||
|
||||
// Get topic tracking info
|
||||
|
Reference in New Issue
Block a user