]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Config/JITConfigAdapter.php
Change (P)Config::set return value to bool
[friendica.git] / src / Core / Config / JITConfigAdapter.php
index 0e7731690bf4dcca109e08aaca7208ed5846bf53..81a0c9890df3dd968636123e6756abe025b2ac7c 100644 (file)
@@ -106,7 +106,6 @@ class JITConfigAdapter extends BaseObject implements IConfigAdapter
 
                if ($result) {
                        $this->in_db[$cat][$k] = true;
-                       return $value;
                }
 
                return $result;