]> git.mxchange.org Git - friendica.git/blobdiff - index.php
Set BaseObject::setApp in App
[friendica.git] / index.php
index d4e263bcc0ae9db7672b747b9720a45628b8fb4f..d83e202d2ac6f125498c1973520aef9340237bf3 100644 (file)
--- a/index.php
+++ b/index.php
@@ -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