mirror of
https://github.com/friendica/friendica
synced 2025-04-25 07:50:10 +00:00
Merge pull request #5394 from MrPetovan/bug/fix-config-set-return-value
Change (P)Config::set return value to bool
This commit is contained in:
commit
2fa6cc0000
6 changed files with 4 additions and 6 deletions
|
@ -112,7 +112,6 @@ class JITConfigAdapter extends BaseObject implements IConfigAdapter
|
|||
|
||||
if ($result) {
|
||||
$this->in_db[$cat][$k] = true;
|
||||
return $value;
|
||||
}
|
||||
|
||||
return $result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue