Fix log file on windows

This commit is contained in:
2022-01-31 18:32:51 +01:00
parent 5965ac9bdd
commit 00f2b4c403

View File

@@ -57,7 +57,7 @@ class PhpObject
private static function getLogPath()
{
return dirname(__FILE__).'/'.self::LOG_FILENAME;
return dirname(__FILE__).DIRECTORY_SEPARATOR.self::LOG_FILENAME;
}
private function resetMessageStack($sType=self::ALL_TAB)