aboutsummaryrefslogtreecommitdiff
path: root/app/class/modelhome.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-12-09 12:10:16 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-12-09 12:10:16 +0100
commitae0693d074a63412e7ab9587520096cb60a48e64 (patch)
tree269cbfb204858f8a6b47f061abdc0101878de2d8 /app/class/modelhome.php
parent0cdf3e007ee05880ed290865ecd911bbf508d565 (diff)
downloadwcms-ae0693d074a63412e7ab9587520096cb60a48e64.tar.gz
wcms-ae0693d074a63412e7ab9587520096cb60a48e64.zip
media parser
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 5d16062..bb271d6 100644
--- a/app/class/modelhome.php
+++ b/app/class/modelhome.php
@@ -11,7 +11,7 @@ class Modelhome extends Modeldb
{
$opt = new Opt(Art2::classvarlist());
- $opt->setcol(['id', 'tag', 'linkfrom', 'linkto', 'description', 'title', 'datemodif', 'datecreation', 'secure']);
+ $opt->setcol(['id', 'tag', 'linkfrom', 'linkto', 'description', 'title', 'datemodif', 'datecreation', 'date', 'secure']);
$opt->settaglist($table);
$opt->submit();