File tree 2 files changed +3
-1
lines changed
app/code/Magento/MediaContentSynchronization 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,8 @@ public function execute(array $mediaContentIdentities): void
87
87
|| $ identity [self ::MEDIA_CONTENT_TYPE ] === self ::FIELD_CMS_BLOCK
88
88
) {
89
89
$ content = $ this ->getCmsMediaContent (
90
- $ identity [self ::MEDIA_CONTENT_TYPE ], $ identity [self ::MEDIA_CONTENT_ENTITY_ID ]
90
+ $ identity [self ::MEDIA_CONTENT_TYPE ],
91
+ $ identity [self ::MEDIA_CONTENT_ENTITY_ID ]
91
92
);
92
93
} else {
93
94
$ content = implode (PHP_EOL , $ this ->getEntityContents ->execute ($ contentIdentity ));
Original file line number Diff line number Diff line change 4
4
"require" : {
5
5
"php" : " ~7.3.0||~7.4.0" ,
6
6
"magento/framework" : " *" ,
7
+ "magento/framework-bulk" : " *" ,
7
8
"magento/module-media-content-synchronization-api" : " *" ,
8
9
"magento/framework-message-queue" : " *" ,
9
10
"magento/module-media-content-api" : " *" ,
You can’t perform that action at this time.
0 commit comments