diff --git a/inc/PhpObject.php b/inc/PhpObject.php index 40f7eb8..38a48ae 100644 --- a/inc/PhpObject.php +++ b/inc/PhpObject.php @@ -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)