diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php index c267577117..d44c60e5ec 100644 --- a/phpBB/includes/functions_admin.php +++ b/phpBB/includes/functions_admin.php @@ -1251,7 +1251,7 @@ function update_posted_info(&$topic_ids) */ function phpbb_unlink($filename, $mode = 'file', $entry_removed = false) { - global $phpbb_container;; + global $phpbb_container; /** @var \phpbb\attachment\delete $attachment_delete */ $attachment_delete = $phpbb_container->get('attachment.delete');