mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +00:00
do not output folder name twice
This commit is contained in:
parent
382b9a4568
commit
0d89fe7aa6
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user