mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 21:51:32 +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) { /* {{{ */
|
function folderListRow($subFolder) { /* {{{ */
|
||||||
$dms = $this->params['dms'];
|
$dms = $this->params['dms'];
|
||||||
$user = $this->params['user'];
|
$user = $this->params['user'];
|
||||||
$folder = $this->params['folder'];
|
// $folder = $this->params['folder'];
|
||||||
$showtree = $this->params['showtree'];
|
$showtree = $this->params['showtree'];
|
||||||
$enableRecursiveCount = $this->params['enableRecursiveCount'];
|
$enableRecursiveCount = $this->params['enableRecursiveCount'];
|
||||||
$maxRecursiveCount = $this->params['maxRecursiveCount'];
|
$maxRecursiveCount = $this->params['maxRecursiveCount'];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user