From 5f85b2290af0ff8c176ee84f71f97f12e5a56acb Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 14 Dec 2015 11:47:11 +0100 Subject: [PATCH] do not access view parameter 'folder' in js() --- views/bootstrap/class.Search.php | 1 - 1 file changed, 1 deletion(-) diff --git a/views/bootstrap/class.Search.php b/views/bootstrap/class.Search.php index db568e748..d845201cd 100644 --- a/views/bootstrap/class.Search.php +++ b/views/bootstrap/class.Search.php @@ -49,7 +49,6 @@ class SeedDMS_View_Search extends SeedDMS_Bootstrap_Style { function js() { /* {{{ */ $user = $this->params['user']; - $folder = $this->params['folder']; header('Content-Type: application/json');