mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/14168] Fix CS issue
PHPBB3-14168
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user