]> git.mxchange.org Git - friendica.git/blobdiff - static/dependencies.config.php
spelling: extension
[friendica.git] / static / dependencies.config.php
index 42f193ba53e5fcab2bd4e24eb30de783ea033946..0891166424f8bd884a4cdb5f6192a0ab00b1b8c2 100644 (file)
@@ -237,7 +237,7 @@ return [
        IHandleSessions::class => [
                'instanceOf' => \Friendica\Core\Session\Factory\Session::class,
                'call' => [
-                       ['createSession', [$_SERVER], Dice::CHAIN_CALL],
+                       ['create', [$_SERVER], Dice::CHAIN_CALL],
                        ['start', [], Dice::CHAIN_CALL],
                ],
        ],