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