From c2e2b1e9be2716a09e7f5b834924f7843c513997 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 8 Jun 2015 09:10:34 +0200 Subject: [PATCH] take resultmode from view parameters --- views/bootstrap/class.Search.php | 1 + 1 file changed, 1 insertion(+) diff --git a/views/bootstrap/class.Search.php b/views/bootstrap/class.Search.php index 50f90fd2e..ce0d86ae4 100644 --- a/views/bootstrap/class.Search.php +++ b/views/bootstrap/class.Search.php @@ -57,6 +57,7 @@ class SeedDMS_View_Search extends SeedDMS_Bootstrap_Style { $allCats = $this->params['allcategories']; $allUsers = $this->params['allusers']; $mode = $this->params['mode']; + $resultmode = $this->params['resultmode']; $workflowmode = $this->params['workflowmode']; $enablefullsearch = $this->params['enablefullsearch']; $enableclipboard = $this->params['enableclipboard'];