X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2FCore%2FConfig.php;h=5703558cf336f93103b53659d3e5598286d7daf7;hb=76382147aec6fb64fd08f46b82b0db7434a0daf8;hp=761d7f490ec6d34c7917bae4546692691ca01b6f;hpb=f9678bb6c3b178e50e7848f6008ad8cc0230ddc3;p=friendica.git diff --git a/include/Core/Config.php b/include/Core/Config.php index 761d7f490e..5703558cf3 100644 --- a/include/Core/Config.php +++ b/include/Core/Config.php @@ -2,7 +2,7 @@ namespace Friendica\Core; /** * @file include/Core/Config.php - * + * * @brief Contains the class with methods for system configuration */ @@ -74,7 +74,7 @@ class Config { global $a; - if(! $instore) { + if(! $refresh) { // Looking if the whole family isn't set if(isset($a->config[$family])) { if($a->config[$family] === '!!') {