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(); }