Skip to content

Commit 019f1dc

Browse files
committed
MAGETWO-90237: Bug fixing
Use _secure => true
1 parent b18ce4a commit 019f1dc

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/Component/Form/Element/DataType/Media

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/Component/Form/Element/DataType/Media/Image.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function prepare()
7272
'config' => [
7373
'maxFileSize' => $maxFileSize,
7474
'mediaGallery' => [
75-
'openDialogUrl' => $this->getContext()->getUrl('cms/wysiwyg_images/index'),
75+
'openDialogUrl' => $this->getContext()->getUrl('cms/wysiwyg_images/index', ['_secure' => true]),
7676
'openDialogTitle' => $this->getConfiguration()['openDialogTitle'] ?? __('Insert Images...'),
7777
'initialOpenSubpath' => $this->getConfiguration()['initialMediaGalleryOpenSubpath'],
7878
'storeId' => $this->storeManager->getStore()->getId(),

0 commit comments

Comments
 (0)