Private GIT

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

fix(service) empty enable param

parent 74bcdc70
Branches
Tags
No related merge requests found
......@@ -94,7 +94,7 @@ class CentreonConfigurationService extends CentreonConfigurationObjects
throw new \RestBadRequestException('Error, bad enable parameter');
}
} 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