aboutsummaryrefslogtreecommitdiff
path: root/app/class/modelhome.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-08-21 15:25:53 +0200
committervincent-peugnet <v.peugnet@free.fr>2019-08-21 15:25:53 +0200
commit59e670424ef9d7769e4252fe0f83e42d39a5c9b4 (patch)
tree478df7f249f0977f0ffeccfa958e8e66cfe17780 /app/class/modelhome.php
parent470ff90cfa4fa50a25e428454465da37aff0aa40 (diff)
downloadwcms-59e670424ef9d7769e4252fe0f83e42d39a5c9b4.tar.gz
wcms-59e670424ef9d7769e4252fe0f83e42d39a5c9b4.zip
Fix : get list code moved to selection
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 c30da44..1154e78 100644
--- a/app/class/modelhome.php
+++ b/app/class/modelhome.php
@@ -11,7 +11,7 @@ class Modelhome extends Modelart
{
$opt = new Opt(Art2::classvarlist());
- $opt->setcol(['id', 'tag', 'linkfrom', 'linkto', 'description', 'title', 'datemodif', 'datecreation', 'date', 'secure', 'visitcount']);
+ $opt->setcol(['id', 'tag', 'linkfrom', 'linkto', 'description', 'title', 'datemodif', 'datecreation', 'date', 'secure', 'visitcount', 'editcount', 'affcount']);
$opt->settaglist($table);
$opt->setauthorlist($table);
$opt->submit();