mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-31 14:07:16 +00:00
do not access view parameter 'folder' in js()
This commit is contained in:
parent
1b8f515d7b
commit
5f85b2290a
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user