X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fselector%2Fclass_ApplicationHelper.php;h=1617173e0457e1b90a8dd83ec8008a28add5851c;hb=1655bfb47ca0dd174e374d70d1aaad4293346379;hp=1d4f9e710e6f7026aa9c519f17bbea257107b3ec;hpb=2b7c3e43b2fe0f3c5ae0455d13fa7743b638049f;p=shipsimu.git diff --git a/application/selector/class_ApplicationHelper.php b/application/selector/class_ApplicationHelper.php index 1d4f9e7..1617173 100644 --- a/application/selector/class_ApplicationHelper.php +++ b/application/selector/class_ApplicationHelper.php @@ -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', $commandName); } // END - if // Get a resolver