]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/controller/web/class_WebLoginController.php
Fix in CryptoHelper class, templates are now loaded from application (templates in...
[core.git] / inc / classes / main / controller / web / class_WebLoginController.php
index f6be6d61c096b8ef40fb2cd2714cba590e225b22..82582c61bec7f68fce3425eb976676727e8b3e7e 100644 (file)
@@ -61,7 +61,7 @@ class WebLoginController extends BaseController implements Controller {
        public function handleRequest (Requestable $requestInstance, Responseable $responseInstance) {
                // Get the command instance from the resolver by sending a request instance to the resolver
                $commandInstance = $this->getResolverInstance()->resolveCommandByRequest($requestInstance);
-
                // Add more filters by the command
                $commandInstance->addExtraFilters($this, $requestInstance);