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);