diff --git a/modules/monitoring/library/Monitoring/Object/MonitoredObject.php b/modules/monitoring/library/Monitoring/Object/MonitoredObject.php index 80a545784..5fff8721c 100644 --- a/modules/monitoring/library/Monitoring/Object/MonitoredObject.php +++ b/modules/monitoring/library/Monitoring/Object/MonitoredObject.php @@ -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' ));