aboutsummaryrefslogtreecommitdiff
path: root/app/class/controllerhome.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-11-11 18:37:36 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-11-11 18:37:36 +0100
commit45903fe3960b65d63f70188640630c895dbbe222 (patch)
treeba0b0f9ba0615cd46214eeab236031c062664d6d /app/class/controllerhome.php
parentd7f3313ff4514e38c9f53439cd1a1287e56e45f7 (diff)
downloadwcms-45903fe3960b65d63f70188640630c895dbbe222.tar.gz
wcms-45903fe3960b65d63f70188640630c895dbbe222.zip
cleaning
Diffstat (limited to 'app/class/controllerhome.php')
-rw-r--r--app/class/controllerhome.php6
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;
}