Skip to content

Commit

Permalink
Missing bracket.
Browse files Browse the repository at this point in the history
  • Loading branch information
shipleyr committed Mar 12, 2014
1 parent 4d22243 commit 5e339ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SpeckCatalog/Service/Product.php
Expand Up @@ -112,7 +112,7 @@ public function populate($product, $recursive=false, $children=true)
$product->setBuilders($builders);
}

if ($product->has('builders') && ($allChildren || (in_array('options', $children))) {
if ($product->has('builders') && ($allChildren || (in_array('options', $children)))) {
$this->singleOptionBuilderSingleUom($product);
}
}
Expand Down

0 comments on commit 5e339ca

Please sign in to comment.