ProfilerExclusions/Fixup
* fix including all exclude groups
This commit is contained in:
parent
1556a5e4c9
commit
8a404b32aa
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class AccountExcludeResponse extends TextResponse
|
|||
else if ($this->_post['reset'] == 1) // defaults to unavailable
|
||||
$this->resetExcludes();
|
||||
|
||||
else if ($this->_post['groups']) // exclude by group mask
|
||||
else if ($this->_post['groups'] !== null) // exclude by group mask
|
||||
$this->updateGroups();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue