mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/15692] Modify variable
PHPBB3-15692
This commit is contained in:
parent
d40bda0e08
commit
69c1f5713c
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ class storage
|
|||
}
|
||||
catch (\Exception $e)
|
||||
{
|
||||
$this->get_adapter()->delete($path);
|
||||
$adapter->delete($path);
|
||||
$this->untrack_file($path);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue