diff options
author | Mario Vavti <mario@mariovavti.com> | 2024-01-01 21:01:47 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2024-01-01 21:01:47 +0100 |
commit | f2f9cfaf28508f66c1e948e7d1a9bf6b0c637d9d (patch) | |
tree | 0b749e97d4d51307f698978eb364da8ab8675b04 /boot.php | |
parent | 62db8c3969f783897ff2de1bf3250057c37eb422 (diff) | |
download | volse-hubzilla-f2f9cfaf28508f66c1e948e7d1a9bf6b0c637d9d.tar.gz volse-hubzilla-f2f9cfaf28508f66c1e948e7d1a9bf6b0c637d9d.tar.bz2 volse-hubzilla-f2f9cfaf28508f66c1e948e7d1a9bf6b0c637d9d.zip |
Work around possible loop and use Lib/Config in init
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -680,8 +680,8 @@ function sys_boot() { * Load configs from db. Overwrite configs from .htconfig.php */ - load_config('system'); - load_config('feature'); + Config::Load('system'); + Config::Load('feature'); App::$session = new Zotlabs\Web\Session(); App::$session->init(); |