From 9de4684d64e7b9c584601569f3439539671bd5c7 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 7 Jun 2013 15:26:47 +0200 Subject: [PATCH] fix some php warnings --- views/bootstrap/class.Search.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/views/bootstrap/class.Search.php b/views/bootstrap/class.Search.php index 62ed4b554..6cb5aebe8 100644 --- a/views/bootstrap/class.Search.php +++ b/views/bootstrap/class.Search.php @@ -50,7 +50,6 @@ class SeedDMS_View_Search extends SeedDMS_Bootstrap_Style { function show() { /* {{{ */ $dms = $this->params['dms']; $user = $this->params['user']; - $folder = $this->params['folder']; $fullsearch = $this->params['fullsearch']; $attrdefs = $this->params['attrdefs']; $allCats = $this->params['allcategories']; @@ -79,7 +78,7 @@ class SeedDMS_View_Search extends SeedDMS_Bootstrap_Style { $cachedir = $this->params['cachedir']; $this->htmlStartPage(getMLText("search_results")); - $this->globalNavigation($folder); + $this->globalNavigation(); $this->contentStart(); $this->pageNavigation(getMLText("search_results"), ""); @@ -124,7 +123,7 @@ class SeedDMS_View_Search extends SeedDMS_Bootstrap_Style {