Update associations.php (#328)

This correction is similar to what was merged in core:
See https://github.com/joomla/joomla-cms/pull/14646
This commit is contained in:
infograf768 2017-03-16 12:26:26 +01:00 committed by zero-24
parent 3df6255489
commit 698928a287
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ class WeblinksAssociationsHelper extends JAssociationExtensionHelper
$support['state'] = true;
$support['acl'] = true;
$support['checkout'] = true;
$support['level'] = true;
$tables = array(
'a' => '#__categories'