Skip to content

Commit

Permalink
If the component do not provide the manifest file, the menu type is n…
Browse files Browse the repository at this point in the history
…ot going to be changed and use the menu type of the previous menu entry (#11095)
  • Loading branch information
Radek-Suski authored and wilsonge committed Jul 21, 2016
1 parent 6090d5f commit f447ad5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -184,8 +184,8 @@ public function display($tpl = null)
$titleParts[] = $vars['view'];
}

$value = implode(' » ', $titleParts);
}
$value = implode(' » ', $titleParts);
}
else
{
Expand Down

0 comments on commit f447ad5

Please sign in to comment.