Skip to content

Commit

Permalink
monitoring: Fix renamed index in the ServicecommentdeletionhistoryQue…
Browse files Browse the repository at this point in the history
…ry, part 2

refs #9956
  • Loading branch information
lippserd committed Sep 30, 2015
1 parent 58c630b commit 2f79c2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ protected function joinBaseTables()
$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)',
Expand Down

0 comments on commit 2f79c2f

Please sign in to comment.