Private GIT

Skip to content
Snippets Groups Projects
Commit 488e46d4 authored by Christophe WEILAND's avatar Christophe WEILAND Committed by Kev
Browse files

Second Fix: Select All don't work on service categories (#5412)

parent 18227b3b
Branches
Tags
No related merge requests found
......@@ -135,7 +135,7 @@ class CentreonConfigurationServicetemplate extends CentreonConfigurationService
'AND s.service_register = "0" ' .
'AND s.service_description LIKE ? ' .
'ORDER BY h.host_name ';
if (isset($range)) {
if (isset($range) && !empty($range)) {
$queryService .= 'LIMIT ?, ?';
$queryValues[] = (int)$range[0];
$queryValues[] = (int)$range[1];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment