mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
- bugfix: loadConfig() was not declared as static
This commit is contained in:
parent
7bc64d66e6
commit
94c6bf10ac
2 changed files with 2 additions and 2 deletions
|
|
@ -87,7 +87,7 @@ class Config
|
|||
|
||||
public static $config;
|
||||
|
||||
public function loadConfig($config)
|
||||
public static function loadConfig($config)
|
||||
{
|
||||
self::$config = $config;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.3.4
|
||||
1.3.5
|
||||
Loading…
Reference in a new issue