diff --git a/modules/monitoring/application/views/scripts/list/comments.phtml b/modules/monitoring/application/views/scripts/list/comments.phtml index 645c35fb6..6093adb35 100644 --- a/modules/monitoring/application/views/scripts/list/comments.phtml +++ b/modules/monitoring/application/views/scripts/list/comments.phtml @@ -85,7 +85,7 @@ $helper = $this->getHelper('CommandForm');
expiration ? sprintf( $this->translate('This comment expires on %s at %s.'), - date('d.m.y', $comment-expiration), + date('d.m.y', $comment->expiration), date('H:i', $comment->expiration) ) : $this->translate('This comment does not expire.'); ?> @@ -111,4 +111,4 @@ $helper = $this->getHelper('CommandForm'); - \ No newline at end of file +