Skip to content

Commit c2fd296

Browse files
author
Bohdan Korablov
committed
MAGETWO-54243: [Github] Directive values are not quote-escaped #3860
1 parent b909b96 commit c2fd296

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/CatalogWidget/Block/Product/Widget/Conditions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ public function __construct(
8181
*/
8282
protected function _construct()
8383
{
84+
$widgetParameters = [];
8485
$widget = $this->registry->registry('current_widget_instance');
8586
if ($widget) {
8687
$widgetParameters = $widget->getWidgetParameters();

0 commit comments

Comments
 (0)