From e87daeb95282bf22ecbc8863948b4f10953a14fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Tue, 8 Aug 2017 00:21:14 +0200 Subject: [PATCH] [ticket/15305] Fix typo PHPBB3-15305 --- 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 93d9208cc7..46e75daadf 100644 --- a/phpBB/phpbb/storage/storage.php +++ b/phpBB/phpbb/storage/storage.php @@ -192,7 +192,7 @@ class storage if ($adapter instanceof stream_interface) { - $adapter>write_stream($path, $resource); + $adapter->write_stream($path, $resource); } else {