From f447ad514f7ef8a5dd63703f88a0c29f62e68822 Mon Sep 17 00:00:00 2001 From: Radek Suski Date: Thu, 21 Jul 2016 23:25:13 +0200 Subject: [PATCH] If the component do not provide the manifest file, the menu type is not going to be changed and use the menu type of the previous menu entry (#11095) --- administrator/components/com_menus/views/items/view.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administrator/components/com_menus/views/items/view.html.php b/administrator/components/com_menus/views/items/view.html.php index 065d587cd9550..e4c2012869f0f 100644 --- a/administrator/components/com_menus/views/items/view.html.php +++ b/administrator/components/com_menus/views/items/view.html.php @@ -184,8 +184,8 @@ public function display($tpl = null) $titleParts[] = $vars['view']; } - $value = implode(' » ', $titleParts); } + $value = implode(' » ', $titleParts); } else {