walkor 12 лет назад
Родитель
Сommit
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);