diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-11-01 15:56:24 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-11-01 15:56:24 +0100 |
commit | 36ef34af2abcdea63a73b578208f20ca40b52f49 (patch) | |
tree | ba1fbb87b954324ecfc27afece7a5258deb88bd6 /w/class/controllerhome.php | |
parent | 26f88e043ebedcadd337011ce527f6148350f0dc (diff) | |
download | wcms-36ef34af2abcdea63a73b578208f20ca40b52f49.tar.gz wcms-36ef34af2abcdea63a73b578208f20ca40b52f49.zip |
flywheel database added
Diffstat (limited to 'w/class/controllerhome.php')
-rw-r--r-- | w/class/controllerhome.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/w/class/controllerhome.php b/w/class/controllerhome.php index 8c98949..6e62426 100644 --- a/w/class/controllerhome.php +++ b/w/class/controllerhome.php @@ -22,7 +22,7 @@ class Controllerhome extends Controllerdb public function table2() { - $table = $this->artmanager->getlister(['id', 'tag', 'linkfrom', 'linkto', 'description', 'title', 'datemodif', 'datecreation', 'secure']); + $table = $this->artmanager->getlister(); $this->opt = $this->modelhome->optinit($table); $table2 = $this->modelhome->table2($table, $this->opt); |