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 15a05f8 commit 408c514Copy full SHA for 408c514
app/code/Magento/Email/Model/Template/Filter.php
@@ -410,7 +410,7 @@ public function blockDirective($construction)
410
$skipParams = ['class', 'id', 'output'];
411
$blockParameters = $this->getParameters($construction[2]);
412
413
- if ($blockParameters['cache_key']) {
+ if (isset($blockParameters['cache_key'])) {
414
$blockParameters['cache_key'] = self::CACHE_KEY_PREFIX . $blockParameters['cache_key'];
415
}
416
0 commit comments