diff --git a/library/Icinga/Data/Db/DbQuery.php b/library/Icinga/Data/Db/DbQuery.php index 860b7fe25..ff90524cf 100644 --- a/library/Icinga/Data/Db/DbQuery.php +++ b/library/Icinga/Data/Db/DbQuery.php @@ -181,6 +181,9 @@ class DbQuery extends SimpleQuery } } + /** + * @deprecated Use DbConnection::renderFilter() instead! + */ protected function renderFilter($filter, $level = 0) { $str = '';