aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_admin.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-09-23 11:37:27 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-10-09 10:18:40 +0200
commitb7238bca0e4381e739a04ff9d257d358f0d31d7a (patch)
tree008f5c3c9f23065741ca24f012cd718ac878e11c /phpBB/includes/functions_admin.php
parent98ebbbdca2b7a57136745354b204d9aef181df4a (diff)
downloadforums-b7238bca0e4381e739a04ff9d257d358f0d31d7a.tar
forums-b7238bca0e4381e739a04ff9d257d358f0d31d7a.tar.gz
forums-b7238bca0e4381e739a04ff9d257d358f0d31d7a.tar.bz2
forums-b7238bca0e4381e739a04ff9d257d358f0d31d7a.tar.xz
forums-b7238bca0e4381e739a04ff9d257d358f0d31d7a.zip
[ticket/14168] Fix CS issue
PHPBB3-14168
Diffstat (limited to 'phpBB/includes/functions_admin.php')
-rw-r--r--phpBB/includes/functions_admin.php2
1 files changed, 1 insertions, 1 deletions
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');