]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/Proxy.php
Rename App Methods
[friendica.git] / src / Util / Proxy.php
index 3473e8d167ddf9b578d8390f02d5b4d3fe7af83a..0bb7537f78bda42a52edb9535d43a4eea453ab7a 100644 (file)
@@ -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);