mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
[VD:MySQL] fix _path() return rootName twice
This commit is contained in:
@@ -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'];
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user