do not output folder name twice

This commit is contained in:
Uwe Steinmann 2013-04-08 07:51:53 +02:00
parent 382b9a4568
commit 0d89fe7aa6

View File

@ -46,7 +46,6 @@ class SeedDMS_View_ObjectCheck extends SeedDMS_Bootstrap_Style {
for ($i = 1; $i < count($tmppath); $i++) {
print "/".htmlspecialchars($tmppath[$i]->getName());
}
print $folder->getName();
print "</a></td>";
$owner = $folder->getOwner();