folderListRow() doesn't need folder from view

This commit is contained in:
Uwe Steinmann 2016-02-04 19:03:48 +01:00
parent a733ee3bd4
commit 8b6631da6a

View File

@ -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'];