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:
parent
378cbd9027
commit
c43e9aa74e
2 changed files with 2 additions and 2 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue