mirror of
https://github.com/friendica/friendica
synced 2025-04-24 13:10:11 +00:00
parent
f9678bb6c3
commit
76382147ae
2 changed files with 4 additions and 4 deletions
|
@ -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>!') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue