We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6f454 commit 6f8d104Copy full SHA for 6f8d104
components/com_contact/views/contact/view.html.php
@@ -348,9 +348,6 @@ public function display($tpl = null)
348
$this->contacts = &$contacts;
349
$this->contactUser = $contactUser;
350
351
- $item->tags = new JHelperTags;
352
- $item->tags->getItemTags('com_contact.contact', $this->item->id);
353
-
354
// Override the layout only if this is not the active menu item
355
// If it is the active menu item, then the view and item id will match
356
if ((!$active) || ((strpos($active->link, 'view=contact') === false) || (strpos($active->link, '&id=' . (string) $this->item->id) === false)))
0 commit comments