mirror of
https://github.com/friendica/friendica
synced 2025-05-17 05:44:10 +02:00
Friendica-7112 - Missing basepath fix
This commit is contained in:
parent
34360ca46d
commit
076370631f
2 changed files with 37 additions and 1 deletions
|
@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue