mirror of
https://github.com/friendica/friendica
synced 2024-11-19 21:43:41 +00:00
Ops, missing ";"
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
736045c67d
commit
15fd6822e4
1 changed files with 1 additions and 1 deletions
|
@ -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 !== '') {
|
||||
|
|
Loading…
Reference in a new issue