]> git.mxchange.org Git - friendica.git/blobdiff - index.php
"item" is replaced whenever possible at the moment
[friendica.git] / index.php
index fdb15fdd884cbe4a0c9080374c571fe40df7e39e..baa6818b094cfd051a6f894303a67260ed5e499a 100644 (file)
--- a/index.php
+++ b/index.php
@@ -36,6 +36,8 @@ $dice = $dice->addRule(Friendica\App\Mode::class, ['call' => [['determineRunMode
 
 $a = \Friendica\DI::app();
 
+\Friendica\DI::mode()->setExecutor(\Friendica\App\Mode::INDEX);
+
 $a->runFrontend(
        $dice->create(\Friendica\App\Module::class),
        $dice->create(\Friendica\App\Router::class),