This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 230b50591a9954c68cd2e24ea5f5e38d08fc1c8d Mon Sep 17 00:00:00 2001 | |
From: valerio masciotta <[email protected]> | |
Date: Tue, 13 Oct 2015 17:50:33 +0000 | |
Subject: [PATCH] Fix admin permission error | |
--- | |
.../controllers/Adminhtml/Manufacturer/ListController.php | 5 +++++ | |
1 file changed, 5 insertions(+) | |
diff --git a/app/code/community/Zeon/Manufacturer/controllers/Adminhtml/Manufacturer/ListController.php b/app/code/community/Zeon/Manufacturer/controllers/Adminhtml/Manufacturer/ListController.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Copyright © Magento, Inc. All rights reserved. | |
* See COPYING.txt for license details. | |
*/ | |
declare(strict_types=1); | |
namespace Magento\MediaStorage\Service; | |
use Magento\Catalog\Helper\Image as ImageHelper; |
OlderNewer