From 98b1103e2ebc6d7b68442ae28df486075f9f4d17 Mon Sep 17 00:00:00 2001 From: rMalie Date: Tue, 27 Sep 2011 13:27:11 +0000 Subject: [PATCH] // Remove debug git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8803 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Controller.php b/classes/Controller.php index 134419b6f..49a300e28 100644 --- a/classes/Controller.php +++ b/classes/Controller.php @@ -111,7 +111,7 @@ abstract class ControllerCore public function run() { $this->init(); - $this->action(array('titi'), $this); + $this->action(); $this->display(); }