Continued:
[core.git] / inc / main / classes / resolver / command / class_BaseCommandResolver.php
index 97de03c0b0700d8b7e330b4df79acbf8ef2f34ea..7b77bdce213f53b12349fcc938f070b1a9e79c70 100644 (file)
@@ -105,7 +105,7 @@ class BaseCommandResolver extends BaseResolver {
                } // END - if
 
                // Check if command is valid
-               if ($this->isCommandValid($commandName) === FALSE) {
+               if ($this->isCommandValid($this->getNamespace(), $commandName) === FALSE) {
                        // This command is invalid!
                        throw new InvalidCommandException(array($this, $commandName), self::EXCEPTION_INVALID_COMMAND);
                } // END - if