Private GIT

Skip to content
Snippets Groups Projects
Commit 49293156 authored by loiclau's avatar loiclau
Browse files

fix(service) empty enable param

parent 645173fe
Branches 5980-traps-regexp
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ class CentreonConfigurationService extends CentreonConfigurationObjects
throw new \RestBadRequestException('Error, bad enable status');
}
} else {
$e = 'enable';
$e = '';
}
// Check for service type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment