From 8b6631da6a36e368807bdd50cddffd4e3452f183 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 4 Feb 2016 19:03:48 +0100 Subject: [PATCH] folderListRow() doesn't need folder from view --- views/bootstrap/class.Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index 140cbe069..6063bf81e 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -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'];