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