From 161f9fe226050a1f58e9293f4eaca3463e9a245c Mon Sep 17 00:00:00 2001 From: Johan Janssens Date: Thu, 11 Jun 2020 04:12:17 +0200 Subject: [PATCH] #364 - Do not included trashed items --- contrib/k2/model/articles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/k2/model/articles.php b/contrib/k2/model/articles.php index 48407f8b0..6d14589fd 100644 --- a/contrib/k2/model/articles.php +++ b/contrib/k2/model/articles.php @@ -12,7 +12,7 @@ public function __construct(KObjectConfig $config) ->insert('published' , 'bool') ->insert('archived' , 'bool') - ->insert('trashed' , 'bool') + ->insert('trashed' , 'bool', false) ->insert('featured' , 'bool') ->insert('author' , 'string')