dialog icons update

This commit is contained in:
Dmitry (dio) Levashov
2011-07-05 21:28:25 +04:00
parent 98587f428d
commit 7ffd066a19
6 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1766,7 +1766,7 @@ abstract class elFinderVolumeDriver {
if (!$path || !$this->_fileExists($path)) {
return false;
}
// echo $path.'<br>';
$root = $path == $this->root;
$dir = $this->_isDir($path);
$mime = $dir ? 'directory' : $this->mimetype($path);