diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-01-29 23:05:09 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-01-29 23:05:09 +0100 |
commit | 0259be325a83e200913b3c9acd6700057f2035d9 (patch) | |
tree | 367204023c4ccead808f7f9ae1c47ef19a76eb93 /app/class/Model.php | |
parent | aaa5016ea6ec00137868fef0693e9ccdb2ca633d (diff) | |
download | wcms-0259be325a83e200913b3c9acd6700057f2035d9.tar.gz wcms-0259be325a83e200913b3c9acd6700057f2035d9.zip |
fix #22, fix #44
Diffstat (limited to 'app/class/Model.php')
-rw-r--r-- | app/class/Model.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/Model.php b/app/class/Model.php index 40e3a2e..9c0d500 100644 --- a/app/class/Model.php +++ b/app/class/Model.php @@ -58,7 +58,7 @@ abstract class Model '' => 'other' ]; - const COLUMNS = ['id', 'title', 'description', 'tag', 'date', 'datemodif', 'datecreation', 'secure', 'authors', 'linkfrom', 'linkto', 'visitcount', 'affcount', 'editcount']; + const COLUMNS = ['id', 'favicon', 'title', 'description', 'tag', 'date', 'datemodif', 'datecreation', 'secure', 'authors', 'linkfrom', 'linkto', 'visitcount', 'affcount', 'editcount']; const TEXT_ELEMENTS = ['header', 'nav', 'main', 'aside', 'footer']; |