Fix typo in code example
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 11 Feb 2021 13:28:23 +0000 (14:28 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 11 Feb 2021 13:28:23 +0000 (14:28 +0100)
docs/migration/wsc53/session.md

index 4ce04cfd8e57454405d04c41dc12e994f7e20d3e..71adb3f60f2b965043a91b540965006bc1e58d91 100644 (file)
@@ -111,7 +111,7 @@ if ($isPending) {
        // Note: Do not use `getControllerLink` to support both the frontend as well as the ACP.
        HeaderUtil::redirect(LinkHandler::getInstance()->getLink('MultifactorAuthentication', [
                'url' => /* Return To */,
-       ]);
+       ]));
        exit;
 }
 // Proceed as usual. The user will be logged in.