diff --git a/controller/FrontCtrl.php b/controller/FrontCtrl.php index 12bfd23..6322a68 100644 --- a/controller/FrontCtrl.php +++ b/controller/FrontCtrl.php @@ -29,7 +29,7 @@ class FrontCtrl } else { # sinon # handle action avec controlleur user require("UserCtrl.php"); - $userCtrl = new UserCtrl($con, $this->TabVues); + $userCtrl = new UserCtrl($con, $this->TabVues, $this->TMessage); } } else { # sinon forcement action visiteur