Change (P)Config::set return value to bool

This commit is contained in:
Hypolite Petovan 2018-07-18 02:32:35 -04:00
parent e0ecbd0b95
commit 0f7c7cebeb
6 changed files with 4 additions and 6 deletions

View file

@ -98,7 +98,6 @@ class JITPConfigAdapter extends BaseObject implements IPConfigAdapter
if ($result) {
$this->in_db[$uid][$cat][$k] = true;
return $value;
}
return $result;