From 698928a2873b32aeffc5068e7932e15a544acff8 Mon Sep 17 00:00:00 2001 From: infograf768 Date: Thu, 16 Mar 2017 12:26:26 +0100 Subject: [PATCH] Update associations.php (#328) This correction is similar to what was merged in core: See https://github.com/joomla/joomla-cms/pull/14646 --- .../components/com_weblinks/helpers/associations.php | 1 + 1 file changed, 1 insertion(+) 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'