From 9a181f09ba7fab832df3a6ea10347e32f96ef2b0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 18 Jul 2009 08:21:11 +0000 Subject: [PATCH] Set command name in request to prevent some strange errors --- application/install/class_ApplicationHelper.php | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5