mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 21:21:27 +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++) {
|
for ($i = 1; $i < count($tmppath); $i++) {
|
||||||
print "/".htmlspecialchars($tmppath[$i]->getName());
|
print "/".htmlspecialchars($tmppath[$i]->getName());
|
||||||
}
|
}
|
||||||
print $folder->getName();
|
|
||||||
print "</a></td>";
|
print "</a></td>";
|
||||||
|
|
||||||
$owner = $folder->getOwner();
|
$owner = $folder->getOwner();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user