mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Fixed regression introduced on fix [2829]
SVN:trunk[2866]
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user