]> git.mxchange.org Git - friendica.git/blobdiff - index.php
Replace remaining $a->page by DI::page()
[friendica.git] / index.php
index 8400ca820ff756140b3f48db9f906c8fe1d9faf6..1a88a7b283af3dab6cf81c55b91eb7377c7c3a8f 100644 (file)
--- a/index.php
+++ b/index.php
@@ -23,5 +23,6 @@ $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\App\Authentication::class),
+       $dice->create(\Friendica\App\Page::class)
 );