]> git.mxchange.org Git - friendica.git/commitdiff
Ops, missing ";"
authorRoland Häder <roland@mxchange.org>
Thu, 11 Mar 2021 11:40:31 +0000 (12:40 +0100)
committerRoland Häder <roland@mxchange.org>
Thu, 11 Mar 2021 11:41:33 +0000 (12:41 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/Module/Proxy.php

index c7f7673b8a98516ff9374a487964387234f935e0..787b68e110a71239a3161ac4d184418b5c78e22d 100644 (file)
@@ -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 !== '') {