From: Roland Häder Date: Thu, 11 Mar 2021 11:40:31 +0000 (+0100) Subject: Ops, missing ";" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=15fd6822e4959e27525e52e9ec4e03d01370b5a6;p=friendica.git Ops, missing ";" Signed-off-by: Roland Häder --- diff --git a/src/Module/Proxy.php b/src/Module/Proxy.php index c7f7673b8a..787b68e110 100644 --- a/src/Module/Proxy.php +++ b/src/Module/Proxy.php @@ -131,7 +131,7 @@ class Proxy extends BaseModule // Store original image if ($direct_cache) { // direct cache , store under ./proxy/ - $filename = $basepath . '/proxy/' . ProxyUtils::proxifyUrl($request['url'], true) + $filename = $basepath . '/proxy/' . ProxyUtils::proxifyUrl($request['url'], true); file_put_contents($filename, $image->asString()); chmod($filename, DI::config()->get('system', 'proxy_file_chmod', 0640)); } elseif($cachefile !== '') {