diff --git a/modules/monitoring/application/controllers/CommentsController.php b/modules/monitoring/application/controllers/CommentsController.php index bde2170e3..2e8656085 100644 --- a/modules/monitoring/application/controllers/CommentsController.php +++ b/modules/monitoring/application/controllers/CommentsController.php @@ -60,7 +60,7 @@ class Monitoring_CommentsController extends Controller 'label' => $this->translate('Comments'), 'url' =>'monitoring/comments/show' ) - )->activate('comments')->extend(new DashboardAction()); + )->activate('comments'); } /**