]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/resolver/controller/http/class_HubHttpControllerResolver.php
Made lower to upper case:
[hub.git] / application / hub / main / resolver / controller / http / class_HubHttpControllerResolver.php
index 8dfc4f58b2d9d8c682b75df5bbea1a2119544a6e..cba643e259b7c98b03ee18c4b3733af8048338c4 100644 (file)
@@ -62,7 +62,7 @@ class HubHttpControllerResolver extends BaseControllerResolver implements Contro
                if (empty($controllerName)) {
                        // Then thrown an exception here
                        throw new EmptyVariableException(array($resolverInstance, 'commandName'), self::EXCEPTION_UNEXPECTED_EMPTY_STRING);
-               } elseif ($resolverInstance->isControllerValid($controllerName) === false) {
+               } elseif ($resolverInstance->isControllerValid($controllerName) === FALSE) {
                        // Invalid command found
                        throw new InvalidControllerException(array($resolverInstance, $controllerName), self::EXCEPTION_INVALID_CONTROLLER);
                }