X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FFriendica.php;h=bbcccd7dad843a3db3fc798e037cfac17f5b97c2;hb=50e43c530e019bce5defda2a4503a9a817d8772f;hp=72360ddcaf45df6e02c70a26f30c26028d3cdc56;hpb=1874a32728142f2c12724562eb122eb1cd1370fe;p=friendica.git diff --git a/src/Module/Friendica.php b/src/Module/Friendica.php index 72360ddcaf..bbcccd7dad 100644 --- a/src/Module/Friendica.php +++ b/src/Module/Friendica.php @@ -157,7 +157,7 @@ class Friendica extends BaseModule $visible_addons = Addon::getVisibleList(); - $config->load('feature_lock'); + $config->reload(); $locked_features = []; $featureLocks = $config->get('config', 'feature_lock'); if (isset($featureLocks)) {