From 9cdc523ab9f374690a9aa9ea15da929efe6bf870 Mon Sep 17 00:00:00 2001 From: Yaroslav Onischenko <yonischenko@magento.com> Date: Tue, 15 Mar 2016 11:06:03 +0200 Subject: [PATCH] MAGETWO-50317: [GITHUB] ACL fix for SuggestAttributeSets.php #3701 --- .../Controller/Adminhtml/Product/SuggestAttributeSets.php | 1 - .../Catalog/Controller/Adminhtml/Product/SuggestAttributes.php | 1 - 2 files changed, 2 deletions(-) diff --git a/app/code/Magento/Catalog/Controller/Adminhtml/Product/SuggestAttributeSets.php b/app/code/Magento/Catalog/Controller/Adminhtml/Product/SuggestAttributeSets.php index 201edf9800e..9b1a8c28bb1 100644 --- a/app/code/Magento/Catalog/Controller/Adminhtml/Product/SuggestAttributeSets.php +++ b/app/code/Magento/Catalog/Controller/Adminhtml/Product/SuggestAttributeSets.php @@ -54,4 +54,3 @@ class SuggestAttributeSets extends \Magento\Backend\App\Action return $resultJson; } } - diff --git a/app/code/Magento/Catalog/Controller/Adminhtml/Product/SuggestAttributes.php b/app/code/Magento/Catalog/Controller/Adminhtml/Product/SuggestAttributes.php index a1fddfa6532..7047334f046 100644 --- a/app/code/Magento/Catalog/Controller/Adminhtml/Product/SuggestAttributes.php +++ b/app/code/Magento/Catalog/Controller/Adminhtml/Product/SuggestAttributes.php @@ -56,4 +56,3 @@ class SuggestAttributes extends \Magento\Backend\App\Action return $resultJson; } } - -- GitLab