X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FUtil%2FProxy.php;h=0bb7537f78bda42a52edb9535d43a4eea453ab7a;hb=5a02e39a65f8f685440228cc1d36738cbe15f32b;hp=3473e8d167ddf9b578d8390f02d5b4d3fe7af83a;hpb=eaf81e5e66db1f722192005ff75bb5831c1912eb;p=friendica.git diff --git a/src/Util/Proxy.php b/src/Util/Proxy.php index 3473e8d167..0bb7537f78 100644 --- a/src/Util/Proxy.php +++ b/src/Util/Proxy.php @@ -91,7 +91,7 @@ class Proxy $url = html_entity_decode($url, ENT_NOQUOTES, 'utf-8'); // Creating a sub directory to reduce the amount of files in the cache directory - $basepath = $a->get_basepath() . '/proxy'; + $basepath = $a->getBasePath() . '/proxy'; $shortpath = hash('md5', $url); $longpath = substr($shortpath, 0, 2);