]> git.mxchange.org Git - friendica.git/blobdiff - src/App.php
Replace $_GET references with $request in Update classes
[friendica.git] / src / App.php
index c7c6c3590ce22b2629332bd75b45348b7dee9e7c..18a696734ee910655f3598d369a0fef0d9402642 100644 (file)
@@ -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');
        }
 
        /**