From ac5edc153a6fe92530ecdf28d3c2ad57e7dace55 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 15 Apr 2014 18:09:54 +0200 Subject: [PATCH] RuntimesummaryQuery: Rename baseQuery to select --- .../Monitoring/Backend/Ido/Query/RuntimesummaryQuery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/library/Monitoring/Backend/Ido/Query/RuntimesummaryQuery.php b/modules/monitoring/library/Monitoring/Backend/Ido/Query/RuntimesummaryQuery.php index 33050bddb..a0c177056 100644 --- a/modules/monitoring/library/Monitoring/Backend/Ido/Query/RuntimesummaryQuery.php +++ b/modules/monitoring/library/Monitoring/Backend/Ido/Query/RuntimesummaryQuery.php @@ -93,7 +93,7 @@ class RuntimesummaryQuery extends IdoQuery Zend_Db_Select::SQL_UNION_ALL ); - $this->baseQuery = $this->db->select()->from(array('hs' => $union)); + $this->select->from(array('hs' => $union)); $this->joinedVirtualTables = array('runtimesummary' => true); }