]> git.mxchange.org Git - install.git/commitdiff
Set command name in request to prevent some strange errors
authorRoland Häder <roland@mxchange.org>
Sat, 18 Jul 2009 08:21:11 +0000 (08:21 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 18 Jul 2009 08:21:11 +0000 (08:21 +0000)
application/install/class_ApplicationHelper.php

index bdc6637098c6bc96e16565a87a2e67c7737bd917..2014c1dd543646ceb7e45cb5635dc7b85f571ab7 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 default command
                        $commandName = $responseInstance->getDefaultCommand();
+
+                       // Set it in request
+                       $requestInstance->setRequestElement('page');
                } // END - if
 
                // Get a resolver