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

View File

@ -124,7 +124,7 @@ class AssociationsHelper extends AssociationExtensionHelper
switch ($typeName)
{
case 'weblink':
$table = Table::getInstance('Weblink', 'Joomla\\Component\\Weblinks\\Administrator\\Table\\');
$table = Table::getInstance('WeblinkTable', 'Joomla\\Component\\Weblinks\\Administrator\\Table\\');
break;
case 'category':