From 9b8b80e8781e5aa280cbcfb0a10a04cd81f214c4 Mon Sep 17 00:00:00 2001 From: steinm Date: Fri, 8 Feb 2013 08:13:41 +0000 Subject: [PATCH] - cosmetic change --- views/bootstrap/class.ViewFolder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.ViewFolder.php b/views/bootstrap/class.ViewFolder.php index 3e2002a8d..95e87112e 100644 --- a/views/bootstrap/class.ViewFolder.php +++ b/views/bootstrap/class.ViewFolder.php @@ -91,7 +91,7 @@ class LetoDMS_View_ViewFolder extends LetoDMS_Bootstrap_Style { echo "
\n"; echo "
\n"; - if ($enableFolderTree) $this->printTreeNavigation($folderid,$showtree); + if ($enableFolderTree) $this->printTreeNavigation($folderid, $showtree); if (1 || $enableClipboard) $this->printClipboard($this->params['session']->getClipboard()); echo "
\n"; echo "
\n";