Fixed regression introduced on fix [2829]

SVN:trunk[2866]
This commit is contained in:
Romain Quetiez
2013-09-26 15:32:16 +00:00
parent e0ae6484d3
commit a84eff5c3b

View File

@@ -1364,7 +1364,7 @@ EOF
sort($aDirs);
// Windows: there is a backslash at the end (though the path is made of slashes!!!)
$sDir = basename(array_pop($aDirs));
$sRes = $sBaseDir.'/'.$sDir;
$sRes = $sBaseDir.'/'.$sDir.'/';
return $sRes;
}
return false;