Use weblinksadministrator service to display associations

This commit is contained in:
Tuan Pham Ngoc 2021-06-20 20:19:36 +07:00
parent b7f9b7056f
commit 8336c0095d
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ if ($saveOrder && !empty($this->items))
<?php if ($assoc) : ?>
<td class="hidden-phone hidden-tablet">
<?php if ($item->association) : ?>
<?php echo JHtml::_('weblink.association', $item->id); ?>
<?php echo JHtml::_('weblinksadministrator.association', $item->id); ?>
<?php endif; ?>
</td>
<?php endif; ?>