mirror of
https://github.com/friendica/friendica
synced 2025-04-28 02:30:16 +00:00
Change (P)Config::set return value to bool
This commit is contained in:
parent
e0ecbd0b95
commit
0f7c7cebeb
6 changed files with 4 additions and 6 deletions
|
@ -98,7 +98,6 @@ class JITPConfigAdapter extends BaseObject implements IPConfigAdapter
|
|||
|
||||
if ($result) {
|
||||
$this->in_db[$uid][$cat][$k] = true;
|
||||
return $value;
|
||||
}
|
||||
|
||||
return $result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue