src build elFinder-2.1-2700893

This commit is contained in:
nao-pon
2016-01-25 21:41:34 +09:00
parent cbadd6d018
commit ea86bd1fd2
6 changed files with 51 additions and 29 deletions
+1 -1
View File
@@ -485,7 +485,7 @@ class elFinderVolumeMySQL extends elFinderVolumeDriver {
$dir = $this->stat($id);
$path .= $dir['name'].$this->separator;
}
return $this->rootName.$this->separator.$path.$file['name'];
return $path.$file['name'];
}
/**