From 9d547db231da386e4d9fbc4888fb3754c9128fa2 Mon Sep 17 00:00:00 2001 From: rMalie Date: Tue, 27 Sep 2011 13:27:11 +0000 Subject: [PATCH] // Remove debug --- 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(); }