diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-09-23 11:37:27 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-10-09 10:18:40 +0200 |
commit | b7238bca0e4381e739a04ff9d257d358f0d31d7a (patch) | |
tree | 008f5c3c9f23065741ca24f012cd718ac878e11c /phpBB/includes/functions_admin.php | |
parent | 98ebbbdca2b7a57136745354b204d9aef181df4a (diff) | |
download | forums-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.php | 2 |
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'); |