monitoring: Fix renamed index in the ServicecommentdeletionhistoryQuery, part 2

refs #9956
This commit is contained in:
Eric Lippmann 2015-09-30 09:06:51 +02:00
parent 58c630b7ef
commit 2f79c2f911
1 changed files with 1 additions and 1 deletions

View File

@ -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)',