diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-11-11 18:37:36 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-11-11 18:37:36 +0100 |
commit | 45903fe3960b65d63f70188640630c895dbbe222 (patch) | |
tree | ba0b0f9ba0615cd46214eeab236031c062664d6d /app/class/controllerhome.php | |
parent | d7f3313ff4514e38c9f53439cd1a1287e56e45f7 (diff) | |
download | wcms-45903fe3960b65d63f70188640630c895dbbe222.tar.gz wcms-45903fe3960b65d63f70188640630c895dbbe222.zip |
cleaning
Diffstat (limited to 'app/class/controllerhome.php')
-rw-r--r-- | app/class/controllerhome.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/class/controllerhome.php b/app/class/controllerhome.php index 31d27c3..4d5feb8 100644 --- a/app/class/controllerhome.php +++ b/app/class/controllerhome.php @@ -1,13 +1,13 @@ <?php -class Controllerhome extends Controllerdb +class Controllerhome extends Controller { protected $modelhome; protected $opt; - public function __construct() { - parent::__construct(); + public function __construct($render) { + parent::__construct($render); $this->modelhome = new Modelhome; } |