- bugfix: loadConfig() was not declared as static

This commit is contained in:
Max Pozdeev 2010-02-22 10:34:55 +03:00
parent 7bc64d66e6
commit 94c6bf10ac
2 changed files with 2 additions and 2 deletions

View file

@ -87,7 +87,7 @@ class Config
public static $config;
public function loadConfig($config)
public static function loadConfig($config)
{
self::$config = $config;
}

View file

@ -1 +1 @@
1.3.4
1.3.5