30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-21 07:22:24 +00:00
This commit is contained in:
Tuan Pham Ngoc 2021-06-20 19:41:16 +07:00
parent f499b9ee7b
commit b7f9b7056f

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':