Skip to content

Commit 8af9679

Browse files
committed
MAGETWO-69036: Lazy-loaders cause fatal errors in production mode on cloud
1 parent 8d362ef commit 8af9679

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Controller/Adminhtml/Product/Initialization

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Controller/Adminhtml/Product/Initialization/Helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ function ($valueData) {
438438
}
439439
);
440440
}
441-
$customOption = $this->customOptionFactory()->create(
441+
$customOption = $this->customOptionFactory->create(
442442
['data' => $customOptionData]
443443
);
444444
$customOption->setProductSku($product->getSku());

0 commit comments

Comments
 (0)