get_basepath() uses a lot $this (which means object-referenced calls, or
non-static calls). but still it is called statically in many places. Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
@@ -44,7 +44,7 @@ function proxy_init() {
|
||||
$thumb = false;
|
||||
$size = 1024;
|
||||
$sizetype = "";
|
||||
$basepath = App::get_basepath();
|
||||
$basepath = $a->get_basepath();
|
||||
|
||||
// If the cache path isn't there, try to create it
|
||||
if (!is_dir($basepath."/proxy"))
|
||||
|
||||
Reference in New Issue
Block a user