aboutsummaryrefslogtreecommitdiff
path: root/app/class
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-01-12 12:07:02 +0100
committervincent-peugnet <v.peugnet@free.fr>2019-01-12 12:07:02 +0100
commit19458f7fc46c5a275f9a04b9e80fdf8175c85c6e (patch)
treeaa83b8a508eac07dc06c07f26deab9d9a58c81ed /app/class
parente399b37761b2385b208283362a77585fe4322dc5 (diff)
downloadwcms-19458f7fc46c5a275f9a04b9e80fdf8175c85c6e.tar.gz
wcms-19458f7fc46c5a275f9a04b9e80fdf8175c85c6e.zip
affcount home
Diffstat (limited to 'app/class')
-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 07c89d8..4a2da53 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']);
+ $opt->setcol(['id', 'tag', 'linkfrom', 'linkto', 'description', 'title', 'datemodif', 'datecreation', 'date', 'secure', 'affcount']);
$opt->settaglist($table);
$opt->submit();