From: Roland Häder Date: Sat, 18 Jul 2009 08:21:11 +0000 (+0000) Subject: Set command name in request to prevent some strange errors X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9a181f09ba7fab832df3a6ea10347e32f96ef2b0;p=install.git Set command name in request to prevent some strange errors --- diff --git a/application/install/class_ApplicationHelper.php b/application/install/class_ApplicationHelper.php index bdc6637..2014c1d 100644 --- a/application/install/class_ApplicationHelper.php +++ b/application/install/class_ApplicationHelper.php @@ -201,7 +201,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