Private GIT

Skip to content
Snippets Groups Projects
Commit 659b8fd4 authored by Julien Mathis's avatar Julien Mathis
Browse files

Fix problem on graph when user ask to display graphs of a hosts (from Monitoring > hosts)

parent 4f20a2e2
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ class CentreonPerformanceService
$metaServices = $this->aclObj->getMetaServices();
$virtualServices = array();
foreach ($metaServices as $metaServiceId => $metaServiceName) {
$virtualServices[] = 'meta_' . $metaServiceId;
$virtualServices[] = "'meta_" . $metaServiceId."'";
}
if (count($virtualServices)) {
$metaServiceCondition = 'AND s.description IN (' . implode(',', $virtualServices) . ') ';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment