diff --git a/components/com_contact/views/contact/view.html.php b/components/com_contact/views/contact/view.html.php index 13d93fedfc180..4366006caf6a4 100644 --- a/components/com_contact/views/contact/view.html.php +++ b/components/com_contact/views/contact/view.html.php @@ -348,9 +348,6 @@ public function display($tpl = null) $this->contacts = &$contacts; $this->contactUser = $contactUser; - $item->tags = new JHelperTags; - $item->tags->getItemTags('com_contact.contact', $this->item->id); - // Override the layout only if this is not the active menu item // If it is the active menu item, then the view and item id will match if ((!$active) || ((strpos($active->link, 'view=contact') === false) || (strpos($active->link, '&id=' . (string) $this->item->id) === false)))