From: Philipp Date: Sun, 15 Aug 2021 11:55:09 +0000 (+0200) Subject: Update src/Model/Storage/Filesystem.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1df62258685572a91d5ed0028a731df20be54c75;p=friendica.git Update src/Model/Storage/Filesystem.php Co-authored-by: Hypolite Petovan --- diff --git a/src/Model/Storage/Filesystem.php b/src/Model/Storage/Filesystem.php index 2d6a352015..c6c939bd46 100644 --- a/src/Model/Storage/Filesystem.php +++ b/src/Model/Storage/Filesystem.php @@ -127,7 +127,6 @@ class Filesystem implements IWritableStorage $result = file_get_contents($file); - // just in case the result is REALLY false, not zero or empty or anything else, throw the exception if ($result === false) { throw new StorageException(sprintf('Filesystem storage failed to get data to "%s". Check your write permissions', $file)); }