We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9028d commit d7022ceCopy full SHA for d7022ce
AdobeStockImageAdminUi/Controller/Adminhtml/Asset/GetMediaGalleryAsset.php
@@ -59,8 +59,8 @@ public function __construct(
59
*/
60
public function execute()
61
{
62
+ $resultJson = $this->resultFactory->create(ResultFactory::TYPE_JSON);
63
try {
- $resultJson = $this->resultFactory->create(ResultFactory::TYPE_JSON);
64
65
$params = $this->getRequest()->getParams();
66
$adobeId = isset($params['adobe_id']) ? $params['adobe_id'] : null;
0 commit comments