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