]> git.mxchange.org Git - friendica.git/blobdiff - index.php
Simplify variable name
[friendica.git] / index.php
index bde93bd71f50dbaa66b981f33a386b6e480b715e..ba990532b824ba1b8998e5f6360a4a6799eda1e4 100644 (file)
--- a/index.php
+++ b/index.php
@@ -45,7 +45,6 @@ $a->runFrontend(
        $dice->create(\Friendica\Core\PConfig\Capability\IManagePersonalConfigValues::class),
        $dice->create(\Friendica\Security\Authentication::class),
        $dice->create(\Friendica\App\Page::class),
-       $dice->create(\Friendica\Core\Session\Capability\IHandleUserSessions::class),
        new \Friendica\Util\HTTPInputData($_SERVER),
        $start_time
 );