mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 22:47:19 +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() { /* {{{ */
|
function js() { /* {{{ */
|
||||||
$user = $this->params['user'];
|
$user = $this->params['user'];
|
||||||
$folder = $this->params['folder'];
|
|
||||||
|
|
||||||
header('Content-Type: application/json');
|
header('Content-Type: application/json');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user