walkor 12 년 전
부모
커밋
2c7d726d52
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Core/Master.php

+ 1 - 1
Core/Master.php

@@ -178,7 +178,7 @@ class Master
     public static function init()
     {
         // 获取配置文件
-        $config_path = Lib\Config::instance()->filename;
+        $config_path = Lib\Config::$filename;
     
         // 设置进程名称,如果支持的话
         self::setProcessTitle(self::NAME.':master with-config:' . $config_path);