X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FApp.php;h=2e357f8651a6e738aa31ab106429fcfcef6d96c6;hb=bae4a5e406c3b93d0c2e6bef55fd665fc88b243e;hp=41c50fda5d527cef4c6df1b036cf89159955db0b;hpb=123c4610e75f93ff4f10d8e95d4829e1d414ab09;p=friendica.git diff --git a/src/App.php b/src/App.php index 41c50fda5d..2e357f8651 100644 --- a/src/App.php +++ b/src/App.php @@ -149,7 +149,8 @@ class App */ public function getBasePath() { - return $this->config->get('system', 'basepath'); + // 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'); } /**