do not access empty variable

This commit is contained in:
Uwe Steinmann 2013-03-26 20:25:40 +01:00
parent d5a3486e02
commit f9fa8f0b70
2 changed files with 2 additions and 2 deletions

View File

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

View File

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