mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:05:19 +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
|
@ -9,7 +9,6 @@
|
|||
*/
|
||||
|
||||
use Friendica\App;
|
||||
use Friendica\BaseObject;
|
||||
use Friendica\Content\Nav;
|
||||
use Friendica\Core\Addon;
|
||||
use Friendica\Core\Config;
|
||||
|
@ -25,7 +24,6 @@ use Friendica\Module\Login;
|
|||
require_once 'boot.php';
|
||||
|
||||
$a = new App(__DIR__);
|
||||
BaseObject::setApp($a);
|
||||
|
||||
// We assume that the index.php is called by a frontend process
|
||||
// The value is set to "true" by default in boot.php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue