From b35fca42a08df49dd114dc62b069975d04016c83 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Tue, 7 Apr 2020 14:05:55 +0200 Subject: query : keep tags, authors filters if not existing fix #84 --- app/class/Modelhome.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'app/class/Modelhome.php') diff --git a/app/class/Modelhome.php b/app/class/Modelhome.php index 8d7a38b..9957c0b 100644 --- a/app/class/Modelhome.php +++ b/app/class/Modelhome.php @@ -32,9 +32,6 @@ class Modelhome extends Modelpage public function Optlistinit(array $table) { $optlist = new Optlist(Page::classvarlist()); - $optlist->settaglist($table); - $optlist->setauthorlist($table); - return $optlist; } -- cgit v1.2.3