src build elFinder-2.1-7c099d0

This commit is contained in:
nao-pon
2016-03-16 21:06:26 +09:00
parent e08fe22cfa
commit ef0dc76970
6 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -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();