monitoring: Select comment_is_persistent for comments in the detail area

This commit is contained in:
Eric Lippmann 2015-11-20 15:47:04 +01:00
parent 74b715e3d2
commit 7858343605
1 changed files with 1 additions and 0 deletions

View File

@ -322,6 +322,7 @@ abstract class MonitoredObject implements Filterable
'comment' => 'comment_data',
'expiration' => 'comment_expiration',
'id' => 'comment_internal_id',
'persistent' => 'comment_is_persistent',
'timestamp' => 'comment_timestamp',
'type' => 'comment_type'
));