(ids) remove unused variable

This commit is contained in:
Ad Schellevis 2016-02-25 11:55:05 +01:00
parent 928d169c9f
commit 551886512a

View File

@ -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";
}