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 d11f147 commit a3744a1Copy full SHA for a3744a1
app/code/Magento/Catalog/Model/View/Asset/Image.php
@@ -299,10 +299,6 @@ private function getImageInfo()
299
// even if an encryption key was changed.
300
$keys = explode("\n", $this->encryptor->exportKeys());
301
302
- if (count($keys) === 1) {
303
- return $this->generatePath($data, $this->decodeKey($keys[0]));
304
- }
305
-
306
foreach ($keys as $key) {
307
$key = $this->decodeKey($key);
308
0 commit comments