fix merge error

clipboard was included twice
This commit is contained in:
Uwe Steinmann 2013-07-20 10:56:34 +02:00
parent 2979fc9648
commit 90b205232a

View File

@ -122,8 +122,6 @@ class SeedDMS_View_ViewFolder extends SeedDMS_Bootstrap_Style {
} else {
$this->contentHeading("<a href=\"../out/out.ViewFolder.php?folderid=". $folderid."&showtree=1\"><i class=\"icon-plus-sign\"></i></a>", true);
}
if ($enableClipboard) $this->printClipboard($this->params['session']->getClipboard());
echo "</div>\n";
}
}