mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
[VD:LocalFlieSystem] fix #1318 enbug@329593b46d5f36693236d349b06b55bd927b59c1
This commit is contained in:
@@ -673,7 +673,7 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver {
|
||||
$stat['mime'] = $dir ? 'directory' : $this->mimetype($stat['alias']);
|
||||
}
|
||||
} else {
|
||||
if ($dir = $file->isDir() && $this->options['detectDirIcon']) {
|
||||
if (($dir = $file->isDir()) && $this->options['detectDirIcon']) {
|
||||
$path = $file->getPathname();
|
||||
$favicon = $path . DIRECTORY_SEPARATOR . $this->options['detectDirIcon'];
|
||||
if ($this->URL && file_exists($favicon)) {
|
||||
|
||||
Reference in New Issue
Block a user