mirror of
https://github.com/friendica/friendica
synced 2025-05-12 10:24:10 +02:00
Set BaseObject::setApp in App
This commit is contained in:
parent
e952d6677b
commit
decfc553f7
7 changed files with 7 additions and 21 deletions
|
@ -139,6 +139,8 @@ class App
|
|||
throw new Exception('Basepath ' . $basepath . ' isn\'t usable.');
|
||||
}
|
||||
|
||||
BaseObject::setApp($this);
|
||||
|
||||
$this->basepath = rtrim($basepath, DIRECTORY_SEPARATOR);
|
||||
|
||||
$this->determineUrlPath();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue