From b7238bca0e4381e739a04ff9d257d358f0d31d7a Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Wed, 23 Sep 2015 11:37:27 +0200 Subject: [PATCH] [ticket/14168] Fix CS issue PHPBB3-14168 --- phpBB/includes/functions_admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');