monitoring: Remove allowCustomVars form the host status summary query

allowCustomVars is not needed on this query because all filters are passed to the underlying query.

refs #9009
This commit is contained in:
Eric Lippmann 2015-06-05 10:17:07 +02:00
parent 480becd3d6
commit 3f02197891
1 changed files with 0 additions and 5 deletions

View File

@ -10,11 +10,6 @@ use Icinga\Data\Filter\Filter;
*/
class HoststatussummaryQuery extends IdoQuery
{
/**
* {@inheritdoc}
*/
protected $allowCustomVars = true;
/**
* {@inheritdoc}
*/