Merge remote-tracking branch 'origin/support/2.7' into support/3.0

This commit is contained in:
Romain Quetiez
2023-10-26 20:53:24 +02:00

View File

@@ -426,7 +426,7 @@ abstract class ItopTestCase extends TestCase
return sys_get_temp_dir();
}
public function RecurseMkdir($sDir){
public static function RecurseMkdir($sDir){
if (strpos($sDir, DIRECTORY_SEPARATOR) === 0){
$sPath = DIRECTORY_SEPARATOR;
} else {