Skip to content

Commit 6f8d104

Browse files
Do not load tags for contact inside view (#35764)
Co-authored-by: Tobias Zulauf <[email protected]>
1 parent ff6f454 commit 6f8d104

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

components/com_contact/views/contact/view.html.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,6 @@ public function display($tpl = null)
348348
$this->contacts = &$contacts;
349349
$this->contactUser = $contactUser;
350350

351-
$item->tags = new JHelperTags;
352-
$item->tags->getItemTags('com_contact.contact', $this->item->id);
353-
354351
// Override the layout only if this is not the active menu item
355352
// If it is the active menu item, then the view and item id will match
356353
if ((!$active) || ((strpos($active->link, 'view=contact') === false) || (strpos($active->link, '&id=' . (string) $this->item->id) === false)))

0 commit comments

Comments
 (0)