From 2f79c2f9116fbf91e127b3b5a17d75dbf1298531 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 30 Sep 2015 09:06:51 +0200 Subject: [PATCH] monitoring: Fix renamed index in the ServicecommentdeletionhistoryQuery, part 2 refs #9956 --- .../Backend/Ido/Query/ServicecommentdeletionhistoryQuery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/library/Monitoring/Backend/Ido/Query/ServicecommentdeletionhistoryQuery.php b/modules/monitoring/library/Monitoring/Backend/Ido/Query/ServicecommentdeletionhistoryQuery.php index 1632b1a18..6cd26e193 100644 --- a/modules/monitoring/library/Monitoring/Backend/Ido/Query/ServicecommentdeletionhistoryQuery.php +++ b/modules/monitoring/library/Monitoring/Backend/Ido/Query/ServicecommentdeletionhistoryQuery.php @@ -30,7 +30,7 @@ class ServicecommentdeletionhistoryQuery extends ServicecommenthistoryQuery $this->columnMap['commenthistory']['timestamp'] = str_replace( 'comment_time', 'deletion_time', - $this->columnMap['history']['timestamp'] + $this->columnMap['commenthistory']['timestamp'] ); $this->columnMap['commenthistory']['type'] = str_replace( 'END)',