walkor %!s(int64=12) %!d(string=hai) anos
pai
achega
df700a2547
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);