Completed
Push — master ( 51b047...3e2c9c )
by Lawrence
01:53
created
src/Prestashop.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
                 $id_product_attribute = $this->getAttribute($product, $choices);
69 69
                 Analog::log("Product combination: $id_product_attribute");
70 70
                 $combo_groups = $this->getCombination($id_product_attribute);
71
-                if (! empty($combo_groups) && is_array($combo_groups) && $combo_groups) {
71
+                if (!empty($combo_groups) && is_array($combo_groups) && $combo_groups) {
72 72
                     foreach ($combo_groups as $k => $row) {
73 73
                         $combinations = $this->buildAttributes($id_product_attribute, $row);
74 74
                     }
Please login to merge, or discard this patch.