parent
21c76010d4
commit
5372dfb7f1
|
@ -469,7 +469,7 @@ class Monitoring_ListController extends Controller
|
|||
'id' => 'comment_internal_id',
|
||||
'objecttype' => 'comment_objecttype',
|
||||
'comment' => 'comment_data',
|
||||
'author' => 'comment_author',
|
||||
'author' => 'comment_author_name',
|
||||
'timestamp' => 'comment_timestamp',
|
||||
'type' => 'comment_type',
|
||||
'persistent' => 'comment_is_persistent',
|
||||
|
|
|
@ -248,7 +248,7 @@ abstract class MonitoredObject implements Filterable
|
|||
$comments = $this->backend->select()->from('comment', array(
|
||||
'id' => 'comment_internal_id',
|
||||
'timestamp' => 'comment_timestamp',
|
||||
'author' => 'comment_author',
|
||||
'author' => 'comment_author_name',
|
||||
'comment' => 'comment_data',
|
||||
'type' => 'comment_type',
|
||||
))
|
||||
|
|
Loading…
Reference in New Issue