[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

View file

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