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
No related branches found
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 to comment