aboutsummaryrefslogtreecommitdiff
path: root/app/class/Modelhome.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2020-04-08 16:38:38 +0200
committervincent-peugnet <v.peugnet@free.fr>2020-04-08 16:38:38 +0200
commitc3e62c500b38104acaecc987621cfc03058729c0 (patch)
tree8e71178b383055eb5bc659b04bb2da59dad6b778 /app/class/Modelhome.php
parentb49830232096951202688bd775193424880bbd11 (diff)
downloadwcms-c3e62c500b38104acaecc987621cfc03058729c0.tar.gz
wcms-c3e62c500b38104acaecc987621cfc03058729c0.zip
fix and clean Opt
Diffstat (limited to 'app/class/Modelhome.php')
-rw-r--r--app/class/Modelhome.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/class/Modelhome.php b/app/class/Modelhome.php
index b7b063e..e8bdbf8 100644
--- a/app/class/Modelhome.php
+++ b/app/class/Modelhome.php
@@ -13,7 +13,6 @@ class Modelhome extends Modelpage
{
$opt = new Opt();
- $opt->setcol(['id', 'tag', 'linkto', 'description', 'title', 'datemodif', 'datecreation', 'date', 'secure', 'authors', 'visitcount', 'editcount', 'affcount']);
$opt->settaglist($table);
$opt->setauthorlist($table);
$opt->setpageidlist($table);