diff options
author | Mario <mario@mariovavti.com> | 2024-01-01 20:04:44 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-01-01 20:04:44 +0000 |
commit | ceb510bbf5e8eaa93fd6231c5c5e134fb1883c29 (patch) | |
tree | 13b6fac2c817cc4d02a2bb8f85cba136e7471891 /boot.php | |
parent | 2590e3c99be36f806fe25dd6db0504e853669fde (diff) | |
parent | f2f9cfaf28508f66c1e948e7d1a9bf6b0c637d9d (diff) | |
download | volse-hubzilla-ceb510bbf5e8eaa93fd6231c5c5e134fb1883c29.tar.gz volse-hubzilla-ceb510bbf5e8eaa93fd6231c5c5e134fb1883c29.tar.bz2 volse-hubzilla-ceb510bbf5e8eaa93fd6231c5c5e134fb1883c29.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -681,8 +681,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(); |