Actions (so called sub-commands) may now have own pre/post filter, profile update...
[shipsimu.git] / inc / classes / main / controller / default / class_WebLoginFailedController.php
index f3a7ce4cdf10f0c3fe265da750f563351c555397..3cd5d60634ea895f37f39d47496f4953c7ca95c3 100644 (file)
@@ -64,7 +64,7 @@ class WebLoginFailedController extends BaseController implements Controller {
         */
        public function handleRequest (Requestable $requestInstance, Responseable $responseInstance) {
                // Get the command instance
-               $commandInstance = $this->getResolverInstance()->resolvCommandByRequest($requestInstance);
+               $commandInstance = $this->getResolverInstance()->resolveCommandByRequest($requestInstance);
 
                // This request was valid! :-D
                $requestInstance->requestIsValid();