aboutsummaryrefslogtreecommitdiff
path: root/app/class/Modelhome.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2020-02-12 19:44:00 +0100
committervincent-peugnet <v.peugnet@free.fr>2020-02-12 19:44:00 +0100
commite32f2f1749c691f6c778261a8f8d300573895345 (patch)
tree84a4293c7f0781243259d21f2472273c0f52fada /app/class/Modelhome.php
parent0937c851313b5098dc15e5d411b6c3638cbd5116 (diff)
downloadwcms-e32f2f1749c691f6c778261a8f8d300573895345.tar.gz
wcms-e32f2f1749c691f6c778261a8f8d300573895345.zip
Link to refactoring close #48
Diffstat (limited to 'app/class/Modelhome.php')
-rw-r--r--app/class/Modelhome.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/Modelhome.php b/app/class/Modelhome.php
index 9d9703d..6352282 100644
--- a/app/class/Modelhome.php
+++ b/app/class/Modelhome.php
@@ -13,7 +13,7 @@ class Modelhome extends Modelpage
{
$opt = new Opt(Page::classvarlist());
- $opt->setcol(['id', 'tag', 'linkfrom', 'linkto', 'description', 'title', 'datemodif', 'datecreation', 'date', 'secure', 'authors', 'visitcount', 'editcount', 'affcount']);
+ $opt->setcol(['id', 'tag', 'linkto', 'description', 'title', 'datemodif', 'datecreation', 'date', 'secure', 'authors', 'visitcount', 'editcount', 'affcount']);
$opt->settaglist($table);
$opt->setauthorlist($table);
$opt->setpageidlist($table);