walkor 12 年之前
父节点
当前提交
df700a2547
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Core/Lib/Config.php

+ 1 - 1
Core/Lib/Config.php

@@ -42,7 +42,7 @@ class Config
 
     public static function get($uri)
     {
-        $node = self::config;
+        $node = self::$config;
         $paths = explode('.', $uri);
         while (!empty($paths)) {
             $path = array_shift($paths);