diff --git a/src/administrator/components/com_weblinks/helpers/associations.php b/src/administrator/components/com_weblinks/helpers/associations.php index 1e6f7e5..a5e2cdb 100644 --- a/src/administrator/components/com_weblinks/helpers/associations.php +++ b/src/administrator/components/com_weblinks/helpers/associations.php @@ -151,6 +151,7 @@ class WeblinksAssociationsHelper extends JAssociationExtensionHelper $support['state'] = true; $support['acl'] = true; $support['checkout'] = true; + $support['level'] = true; $tables = array( 'a' => '#__categories'