From f4be793ea90a28d2ebc72b900e81953a8af86a22 Mon Sep 17 00:00:00 2001 From: Dardo Sordi Date: Tue, 27 May 2008 11:34:48 -0300 Subject: [PATCH] =?utf8?q?corregido=20el=20manejo=20de=20par=C3=A1metros?= =?utf8?q?=20en=20la=20unfi=C3=B3n=20de=20utilidad=20url()?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- config/bootstrap.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/bootstrap.php b/config/bootstrap.php index 4f2c87d..099aa7d 100755 --- a/config/bootstrap.php +++ b/config/bootstrap.php @@ -1,6 +1,7 @@ $controller, 'action' => $action, $argv); + return array_merge(array('controller' => $controller, 'action' => $action), $argv); } } -- 2.11.4.GIT