Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 3aa0342

Browse files
committed
MAGETWO-88083: Unexpected prices missing
1 parent 13aca11 commit 3aa0342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Cron/DeleteOutdatedPriceValues.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function __construct(
5454
*/
5555
public function execute()
5656
{
57-
if ($this->isPriceScopeSetToGlobal() === false) {
57+
if (!$this->isPriceScopeSetToGlobal()) {
5858
return;
5959
}
6060

0 commit comments

Comments
 (0)