From 32d160ed9981c6d93214dad28aed4efe531592ab Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 4 Jun 2014 21:42:08 +0200 Subject: [PATCH] show clipboard even if foldertree ist turned off --- views/bootstrap/class.ViewFolder.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/bootstrap/class.ViewFolder.php b/views/bootstrap/class.ViewFolder.php index d8effb51c..3089516fd 100644 --- a/views/bootstrap/class.ViewFolder.php +++ b/views/bootstrap/class.ViewFolder.php @@ -122,9 +122,9 @@ class SeedDMS_View_ViewFolder extends SeedDMS_Bootstrap_Style { } else { $this->contentHeading("", true); } - if ($enableClipboard) $this->printClipboard($this->params['session']->getClipboard()); - echo "\n"; } + if ($enableClipboard) $this->printClipboard($this->params['session']->getClipboard()); + echo "\n"; } echo "
\n";