mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/14168] Fix CS issue
PHPBB3-14168
This commit is contained in:
parent
98ebbbdca2
commit
b7238bca0e
1 changed files with 1 additions and 1 deletions
|
@ -1251,7 +1251,7 @@ function update_posted_info(&$topic_ids)
|
||||||
*/
|
*/
|
||||||
function phpbb_unlink($filename, $mode = 'file', $entry_removed = false)
|
function phpbb_unlink($filename, $mode = 'file', $entry_removed = false)
|
||||||
{
|
{
|
||||||
global $phpbb_container;;
|
global $phpbb_container;
|
||||||
|
|
||||||
/** @var \phpbb\attachment\delete $attachment_delete */
|
/** @var \phpbb\attachment\delete $attachment_delete */
|
||||||
$attachment_delete = $phpbb_container->get('attachment.delete');
|
$attachment_delete = $phpbb_container->get('attachment.delete');
|
||||||
|
|
Loading…
Add table
Reference in a new issue