diff --git a/library/Icinga/Protocol/Livestatus/Query.php b/library/Icinga/Protocol/Livestatus/Query.php index bcb3dfae5..a421c7e71 100644 --- a/library/Icinga/Protocol/Livestatus/Query.php +++ b/library/Icinga/Protocol/Livestatus/Query.php @@ -170,7 +170,7 @@ class Query extends SimpleQuery public function getColumnAliases() { - $this->columnsToString(); + $this->columnsToString(); return $this->preparedHeaders; // TODO: Remove once no longer needed: