aboutsummaryrefslogtreecommitdiff
path: root/w/class/controllerhome.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-11-01 15:56:24 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-11-01 15:56:24 +0100
commit36ef34af2abcdea63a73b578208f20ca40b52f49 (patch)
treeba1fbb87b954324ecfc27afece7a5258deb88bd6 /w/class/controllerhome.php
parent26f88e043ebedcadd337011ce527f6148350f0dc (diff)
downloadwcms-36ef34af2abcdea63a73b578208f20ca40b52f49.tar.gz
wcms-36ef34af2abcdea63a73b578208f20ca40b52f49.zip
flywheel database added
Diffstat (limited to 'w/class/controllerhome.php')
-rw-r--r--w/class/controllerhome.php2
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);