]> git.mxchange.org Git - friendica.git/blobdiff - index.php
Remove join profile table
[friendica.git] / index.php
index 8400ca820ff756140b3f48db9f906c8fe1d9faf6..7a6e26b42e02f6fdce75c77d3fbc0e23c79cf322 100644 (file)
--- a/index.php
+++ b/index.php
@@ -22,6 +22,7 @@ $a = \Friendica\DI::app();
 $a->runFrontend(
        $dice->create(\Friendica\App\Module::class),
        $dice->create(\Friendica\App\Router::class),
-       $dice->create(\Friendica\Core\Config\IPConfiguration::class),
-       $dice->create(\Friendica\App\Authentication::class)
+       $dice->create(\Friendica\Core\PConfig\IPConfig::class),
+       $dice->create(\Friendica\App\Authentication::class),
+       $dice->create(\Friendica\App\Page::class)
 );