X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FApp.php;h=18a696734ee910655f3598d369a0fef0d9402642;hb=dfcfae6bcca54a27b1bf5099d96d54f2bba997d3;hp=c7c6c3590ce22b2629332bd75b45348b7dee9e7c;hpb=6aa1dcfad371f34fea1f8e39b73de2cc3dd05784;p=friendica.git diff --git a/src/App.php b/src/App.php index c7c6c3590c..18a696734e 100644 --- a/src/App.php +++ b/src/App.php @@ -296,8 +296,7 @@ class App */ public function getBasePath(): string { - // Don't use the basepath of the config table for basepath (it should always be the config-file one) - return $this->config->getCache()->get('system', 'basepath'); + return $this->config->get('system', 'basepath'); } /**