mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 16:35:35 +02:00
[ticket/15692] Modify variable
PHPBB3-15692
This commit is contained in:
@ -305,7 +305,7 @@ class storage
|
||||
}
|
||||
catch (\Exception $e)
|
||||
{
|
||||
$this->get_adapter()->delete($path);
|
||||
$adapter->delete($path);
|
||||
$this->untrack_file($path);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user