]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/resolver/command/html/class_HtmlCommandResolver.php
Rewrite continued:
[core.git] / framework / main / classes / resolver / command / html / class_HtmlCommandResolver.php
index 8635e913bfcc4791cd14ed395daf5ce841f81173..2ed244b06d56092ff76fbae00e1d5d6ea26a1185 100644 (file)
@@ -66,7 +66,7 @@ class HtmlCommandResolver extends BaseCommandResolver implements CommandResolver
                if (empty($commandName)) {
                        // Then thrown an exception here
                        throw new EmptyVariableException(array($resolverInstance, 'commandName'), self::EXCEPTION_UNEXPECTED_EMPTY_STRING);
-               } elseif ($resolverInstance->isCommandValid($commandName) === FALSE) {
+               } elseif ($resolverInstance->isCommandValid($commandName) === false) {
                        // Invalid command found
                        throw new InvalidCommandException(array($resolverInstance, $commandName), self::EXCEPTION_INVALID_COMMAND);
                }