1
0
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:
Rubén Calvo
2018-06-21 05:29:26 +02:00
parent d40bda0e08
commit 69c1f5713c

@ -305,7 +305,7 @@ class storage
}
catch (\Exception $e)
{
$this->get_adapter()->delete($path);
$adapter->delete($path);
$this->untrack_file($path);
}
}