mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
folderListRow() doesn't need folder from view
This commit is contained in:
parent
a733ee3bd4
commit
8b6631da6a
|
@ -1711,7 +1711,7 @@ $(function() {
|
|||
function folderListRow($subFolder) { /* {{{ */
|
||||
$dms = $this->params['dms'];
|
||||
$user = $this->params['user'];
|
||||
$folder = $this->params['folder'];
|
||||
// $folder = $this->params['folder'];
|
||||
$showtree = $this->params['showtree'];
|
||||
$enableRecursiveCount = $this->params['enableRecursiveCount'];
|
||||
$maxRecursiveCount = $this->params['maxRecursiveCount'];
|
||||
|
|
Loading…
Reference in New Issue
Block a user