aboutsummaryrefslogtreecommitdiff
path: root/w/class/controllerhome.php
diff options
context:
space:
mode:
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);