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