mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
src build elFinder-2.1-7c099d0
This commit is contained in:
@@ -316,7 +316,7 @@ class elFinderVolumeMsSQL extends elFinderVolumeDriver {
|
||||
$timeout = $this->options['searchTimeout']? $this->searchStart + $this->options['searchTimeout'] : 0;
|
||||
|
||||
if ($path != $this->root) {
|
||||
$inpath = array(intval($path));
|
||||
$dirs = $inpath = array(intval($path));
|
||||
while($inpath) {
|
||||
$in = '('.join(',', $inpath).')';
|
||||
$inpath = array();
|
||||
|
||||
Reference in New Issue
Block a user