mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
- fixed typo in variable name
This commit is contained in:
parent
e39057542d
commit
f0dfa127a5
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user