From 5aa781242e42c95c6f2e04a30510d853a89fa944 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Wed, 29 Jan 2020 03:33:22 +0100 Subject: new feature : authors column --- app/class/Model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/class/Model.php') diff --git a/app/class/Model.php b/app/class/Model.php index f48b555..655de9f 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', 'linkfrom', 'linkto', 'visitcount', 'affcount', 'editcount']; + const COLUMNS = ['id', 'title', 'description', 'tag', 'date', 'datemodif', 'datecreation', 'secure', 'authors', 'linkfrom', 'linkto', 'visitcount', 'affcount', 'editcount']; const TEXT_ELEMENTS = ['header', 'nav', 'main', 'aside', 'footer']; -- cgit v1.2.3