]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Friendica.php
Posts from contacts can now be collapsed
[friendica.git] / src / Module / Friendica.php
index f21b85fc45672e1f2b232cedee30fe351967fd8d..bbcccd7dad843a3db3fc798e037cfac17f5b97c2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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)) {