Commit 55188651 authored by Ad Schellevis's avatar Ad Schellevis

(ids) remove unused variable

parent 928d169c
......@@ -219,7 +219,7 @@ class ServiceController extends ApiControllerBase
// flush rule configuration
$bckresult = trim($backend->configdRun("template reload OPNsense.IDS"));
if ($bckresult == "OK") {
$status = $backend->configdRun("ids reload", $detach);
$status = $backend->configdRun("ids reload");
} else {
$status = "template error";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment