From: Roland Häder Date: Fri, 31 Jul 2009 17:31:21 +0000 (+0000) Subject: Missing 2nd parameter added X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c10394714fa6eba9f5ca2f2ddf030ef747e4518b;p=install.git Missing 2nd parameter added --- diff --git a/application/install/class_ApplicationHelper.php b/application/install/class_ApplicationHelper.php index 2014c1d..9a9e047 100644 --- a/application/install/class_ApplicationHelper.php +++ b/application/install/class_ApplicationHelper.php @@ -205,7 +205,7 @@ class ApplicationHelper extends BaseApplication implements ManageableApplication $commandName = $responseInstance->getDefaultCommand(); // Set it in request - $requestInstance->setRequestElement('page'); + $requestInstance->setRequestElement('page', $commandName); } // END - if // Get a resolver