mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-25 09:50:00 +00:00
Typo
This commit is contained in:
parent
f499b9ee7b
commit
b7f9b7056f
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user