readConfig() is not naming convention, renamed to getConfigEntry()
[shipsimu.git] / application / ship-simu / class_ApplicationHelper.php
index b8f4349bf7cd9faeb31e0c5cf6b84da66ef19571..f459a64580f07b87f0511978696bd9f57a99856e 100644 (file)
@@ -201,7 +201,11 @@ class ApplicationHelper extends BaseApplication implements ManageableApplication
 
                // If it is null then get default command
                if (is_null($commandName)) {
+                       // Get the default command
                        $commandName = $responseInstance->getDefaultCommand();
+
+                       // Set it in request
+                       $requestInstance->setRequestElement('page');
                } // END - if
 
                // Get a resolver