Skip to content

Commit

Permalink
MAGETWO-66753: Return the same data on exit #6250
Browse files Browse the repository at this point in the history
  • Loading branch information
vrann authored Mar 25, 2017
2 parents 0375e41 + 163a338 commit b73e962
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public function lockProductsStock($productIds, $websiteId)
public function correctItemsQty(array $items, $websiteId, $operator)
{
if (empty($items)) {
return $this;
return;
}

$connection = $this->getConnection();
Expand Down

0 comments on commit b73e962

Please sign in to comment.