Missing 2nd argument added
authorRoland Häder <roland@mxchange.org>
Fri, 31 Jul 2009 17:33:08 +0000 (17:33 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 31 Jul 2009 17:33:08 +0000 (17:33 +0000)
application/mxchange/class_ApplicationHelper.php

index 1728a7475358a168230f6c71ee32f61b6f4e55c9..10bd2be5d1b4fb9db849f795eac68c6815e03786 100644 (file)
@@ -205,7 +205,7 @@ class ApplicationHelper extends BaseApplication implements ManageableApplication
                        $commandName = $responseInstance->getDefaultCommand();
 
                        // Set it in request
                        $commandName = $responseInstance->getDefaultCommand();
 
                        // Set it in request
-                       $requestInstance->setRequestElement('page');
+                       $requestInstance->setRequestElement('page', $commandName);
                } // END - if
 
                // Get a resolver
                } // END - if
 
                // Get a resolver