mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
Livestatus\Query: temporarily disable count cache
This commit is contained in:
parent
48dfb1bb70
commit
38fec33849
@ -32,13 +32,13 @@ class Query extends SimpleQuery
|
||||
}
|
||||
return $aliases;
|
||||
}
|
||||
|
||||
/*
|
||||
public function count()
|
||||
{
|
||||
$this->count = true;
|
||||
return $this;
|
||||
}
|
||||
|
||||
*/
|
||||
public function __toString()
|
||||
{
|
||||
if ($this->table === null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user