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