- fixed typo in variable name

This commit is contained in:
steinm 2012-09-13 13:56:59 +00:00
parent e39057542d
commit f0dfa127a5

View File

@ -328,7 +328,7 @@ foreach ($entries as $entry) {
for ($i = 1; $i < count($path); $i++) {
print "/".htmlspecialchars($path[$i]->getName());
}
print $foldername;
print $folderName;
print "</a></td>";
$owner = $folder->getOwner();