Skip to content

Commit

Permalink
Do not try to set a title on a set of tabs
Browse files Browse the repository at this point in the history
That's not working anymore since the title related changes were reverted
  • Loading branch information
Johannes Meyer committed Mar 13, 2015
1 parent 0bc1416 commit f4e5a7f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@ public function indexAction()
'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!)
Expand Down

0 comments on commit f4e5a7f

Please sign in to comment.