mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
IDS, forgot to pass $enabled in toggleUserRuleAction()
This commit is contained in:
parent
e072f97294
commit
3b2b036ef7
@ -635,6 +635,6 @@ class SettingsController extends ApiMutableModelControllerBase
|
||||
*/
|
||||
public function toggleUserRuleAction($uuid, $enabled = null)
|
||||
{
|
||||
return $this->toggleBase("userDefinedRules.rule", $uuid);
|
||||
return $this->toggleBase("userDefinedRules.rule", $uuid, $enabled);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user