From 69c1f5713cb72cc98bd0304c6e73d1b6b84a05fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Thu, 21 Jun 2018 05:29:26 +0200 Subject: [PATCH] [ticket/15692] Modify variable PHPBB3-15692 --- phpBB/phpbb/storage/storage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/storage/storage.php b/phpBB/phpbb/storage/storage.php index deab3b708a..fab84891f9 100644 --- a/phpBB/phpbb/storage/storage.php +++ b/phpBB/phpbb/storage/storage.php @@ -305,7 +305,7 @@ class storage } catch (\Exception $e) { - $this->get_adapter()->delete($path); + $adapter->delete($path); $this->untrack_file($path); } }