diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-11-28 10:30:41 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-11-28 10:30:41 +0100 |
commit | afad95324de8f078e9f3dedc66df66b6c2eebe72 (patch) | |
tree | 989a3890dc563cb1903fc3f78d0c7f4fe2598ef0 /app/class/modelart.php | |
parent | 0660c99cb9e2dae3b0e41975f643609231258147 (diff) | |
download | wcms-afad95324de8f078e9f3dedc66df66b6c2eebe72.tar.gz wcms-afad95324de8f078e9f3dedc66df66b6c2eebe72.zip |
force render button
Diffstat (limited to 'app/class/modelart.php')
-rw-r--r-- | app/class/modelart.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/modelart.php b/app/class/modelart.php index d887436..8117284 100644 --- a/app/class/modelart.php +++ b/app/class/modelart.php @@ -2,7 +2,7 @@ class Modelart extends Modeldb { - const SELECT = ['title', 'id', 'description', 'tag', 'date', 'datecreation', 'datemodif', 'daterender', 'css', 'quickcss', 'javascript', 'html', 'header', 'section', 'nav', 'aside', 'footer', 'render', 'secure', 'invitepassword', 'interface', 'linkfrom', 'linkto', 'template', 'affcount', 'editcount']; + const SELECT = ['title', 'id', 'description', 'tag', 'date', 'datecreation', 'datemodif', 'daterender', 'css', 'quickcss', 'javascript', 'body', 'header', 'section', 'nav', 'aside', 'footer', 'render', 'secure', 'invitepassword', 'interface', 'linkfrom', 'linkto', 'template', 'affcount', 'editcount']; const BY = ['datecreation', 'title', 'id', 'description', 'datemodif', 'secure']; const ORDER = ['DESC', 'ASC']; |