src build elFinder-2.1-62ee5c1

This commit is contained in:
nao-pon
2016-01-17 21:16:59 +09:00
parent ddf85575d1
commit e7208203aa
7 changed files with 295 additions and 114 deletions
+1
View File
@@ -2222,6 +2222,7 @@ class elFinder {
foreach ($args['targets'] as $hash) {
if (($volume = $this->volume($hash)) != false
&& ($info = $volume->file($hash)) != false) {
$info['path'] = $volume->path($hash);
$files[] = $info;
}
}