]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Config/Configuration.php
negative set
[friendica.git] / src / Core / Config / Configuration.php
index 2ad11b0ba3dab8d9f16edd7ed2cdf8a4bf573670..2ac0da0ad1b967b0d580f1f559b2d971f3f055e7 100644 (file)
@@ -87,6 +87,7 @@ class Configuration
 
                        if ($dbvalue !== '!<unset>!') {
                                $this->configCache->set($cat, $key, $dbvalue);
+                               return $dbvalue;
                        }
                }