diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-01-12 12:07:02 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-01-12 12:07:02 +0100 |
commit | 19458f7fc46c5a275f9a04b9e80fdf8175c85c6e (patch) | |
tree | aa83b8a508eac07dc06c07f26deab9d9a58c81ed /app/class | |
parent | e399b37761b2385b208283362a77585fe4322dc5 (diff) | |
download | wcms-19458f7fc46c5a275f9a04b9e80fdf8175c85c6e.tar.gz wcms-19458f7fc46c5a275f9a04b9e80fdf8175c85c6e.zip |
affcount home
Diffstat (limited to 'app/class')
-rw-r--r-- | app/class/modelhome.php | 2 |
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(); |