diff --git a/views/bootstrap/class.ViewFolder.php b/views/bootstrap/class.ViewFolder.php index b33a2b7dd..f482654ac 100644 --- a/views/bootstrap/class.ViewFolder.php +++ b/views/bootstrap/class.ViewFolder.php @@ -122,8 +122,6 @@ class SeedDMS_View_ViewFolder extends SeedDMS_Bootstrap_Style { } else { $this->contentHeading("", true); } - if ($enableClipboard) $this->printClipboard($this->params['session']->getClipboard()); - echo "\n"; } }