From f4e5a7f666f4c30da444e20d570189183da3a3d6 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 13 Mar 2015 11:31:24 +0100 Subject: [PATCH] Do not try to set a title on a set of tabs That's not working anymore since the title related changes were reverted --- .../monitoring/application/controllers/TimelineController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/controllers/TimelineController.php b/modules/monitoring/application/controllers/TimelineController.php index 4abe53c4b..f1ef32592 100644 --- a/modules/monitoring/application/controllers/TimelineController.php +++ b/modules/monitoring/application/controllers/TimelineController.php @@ -22,7 +22,7 @@ class Monitoring_TimelineController extends Controller 'label' => $this->translate('Timeline'), 'url' => Url::fromRequest() ) - )->activate('timeline')->setTitle($this->translate('Timeline Navigation')); + )->activate('timeline'); $this->view->title = $this->translate('Timeline'); // TODO: filter for hard_states (precedence adjustments necessary!)