mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
Load system configuration before Context::init()
This commit is contained in:
parent
2cbecff729
commit
89db7c7c7c
2 changed files with 7 additions and 5 deletions
|
|
@ -460,7 +460,7 @@ class Context
|
|||
// Load new configuration format.
|
||||
if ($config === null)
|
||||
{
|
||||
$config = Rhymix\Framework\Config::init();
|
||||
$config = Rhymix\Framework\Config::getAll();
|
||||
}
|
||||
if (!count($config))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue