]> git.mxchange.org Git - friendica.git/blobdiff - include/Core/Config.php
Fix Issue #2816
[friendica.git] / include / Core / Config.php
index 761d7f490ec6d34c7917bae4546692691ca01b6f..5703558cf336f93103b53659d3e5598286d7daf7 100644 (file)
@@ -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] === '!<unset>!') {