From dfeac6843facca0bd5f048ff8bfb0af70a9643b1 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 15 Dec 2015 21:02:14 +0100 Subject: [PATCH] no need for $user in js() --- views/bootstrap/class.Search.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/views/bootstrap/class.Search.php b/views/bootstrap/class.Search.php index d845201cd..5f46553e0 100644 --- a/views/bootstrap/class.Search.php +++ b/views/bootstrap/class.Search.php @@ -48,8 +48,6 @@ class SeedDMS_View_Search extends SeedDMS_Bootstrap_Style { } /* }}} */ function js() { /* {{{ */ - $user = $this->params['user']; - header('Content-Type: application/json'); $this->printFolderChooserJs("form1");