File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Sitemap/Model/ResourceModel/Catalog Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ public function __construct(
141
141
$ this ->catalogImageHelper = $ catalogImageHelper ?: ObjectManager::getInstance ()
142
142
->get (\Magento \Catalog \Helper \Image::class);
143
143
$ this ->scopeConfig = $ scopeConfig ?: ObjectManager::getInstance ()
144
- ->get (\Magento \Framework \App \Config \ScopeConfigInterface::class);
144
+ ->get (\Magento \Framework \App \Config \ScopeConfigInterface::class);
145
145
parent ::__construct ($ context , $ connectionName );
146
146
}
147
147
@@ -299,7 +299,7 @@ public function getCollection($storeId)
299
299
[]
300
300
)->joinLeft (
301
301
['url_rewrite ' => $ this ->getTable ('url_rewrite ' )],
302
- 'e.entity_id = url_rewrite.entity_id AND url_rewrite.is_autogenerated = 1 AND url_rewrite.metadata IS '
302
+ 'e.entity_id = url_rewrite.entity_id AND url_rewrite.is_autogenerated = 1 AND url_rewrite.metadata IS '
303
303
. $ urlsConfigCondition . 'NULL '
304
304
. $ connection ->quoteInto (' AND url_rewrite.store_id = ? ' , $ store ->getId ())
305
305
. $ connection ->quoteInto (' AND url_rewrite.entity_type = ? ' , ProductUrlRewriteGenerator::ENTITY_TYPE ),
You can’t perform that action at this time.
0 commit comments