]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Config/JITPConfigAdapter.php
Change (P)Config::set return value to bool
[friendica.git] / src / Core / Config / JITPConfigAdapter.php
index ce9c5b6462d95d58a346620a6474f1eba5568408..ffd807a3628a0f67e1e42f2f90e0d3f47ae2afee 100644 (file)
@@ -98,7 +98,6 @@ class JITPConfigAdapter extends BaseObject implements IPConfigAdapter
 
                if ($result) {
                        $this->in_db[$uid][$cat][$k] = true;
-                       return $value;
                }
 
                return $result;