diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-01-29 03:33:22 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-01-29 03:33:22 +0100 |
commit | 5aa781242e42c95c6f2e04a30510d853a89fa944 (patch) | |
tree | e1096011f9473a380240c40a01b610e37097e88f /app/class/Modelhome.php | |
parent | cc73b11de5d9185825e058d1914d65bb8703077d (diff) | |
download | wcms-5aa781242e42c95c6f2e04a30510d853a89fa944.tar.gz wcms-5aa781242e42c95c6f2e04a30510d853a89fa944.zip |
new feature : authors column
Diffstat (limited to 'app/class/Modelhome.php')
-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 f12f7d3..701eb73 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', 'visitcount', 'editcount', 'affcount']); + $opt->setcol(['id', 'tag', 'linkfrom', 'linkto', 'description', 'title', 'datemodif', 'datecreation', 'date', 'secure', 'authors', 'visitcount', 'editcount', 'affcount']); $opt->settaglist($table); $opt->setauthorlist($table); $opt->submit(); |