Fix log file on windows
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user