]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/resolver/web/class_WebCommandResolver.php
Login command added with TODOs (unfinished)
[shipsimu.git] / inc / classes / main / resolver / web / class_WebCommandResolver.php
index fa52125d68a944b13b6a37e3fac32c6b9fabea51..e551a98d16dd730beae91313d7bfef8573f1410f 100644 (file)
@@ -94,7 +94,7 @@ class WebCommandResolver extends BaseResolver implements CommandResolver {
                // Test if the required parameter is set
                try {
                        // This goes fine so let's resolv the command
-                       $commandName = $requestInstance->getRequestElement($this->getConfigInstance()->readConfig('command_parameter'));
+                       $commandName = $requestInstance->getRequestElement("page");
 
                        // Is the command empty? Then fall back to default command
                        if (empty($commandName)) $commandName = $this->getConfigInstance()->readConfig('default_command');