Commit cdec9a96a779623f2ad332069116a1ad6201da8a
1 parent
73028f91
big commti
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
common/modules/product/models/Export.php
| ... | ... | @@ -91,6 +91,7 @@ class Export extends Model { |
| 91 | 91 | |
| 92 | 92 | |
| 93 | 93 | fputcsv($handle, $to_write, ';'); |
| 94 | + die('here'); | |
| 94 | 95 | unset($products[$i]); |
| 95 | 96 | } |
| 96 | 97 | |
| ... | ... | @@ -106,7 +107,7 @@ class Export extends Model { |
| 106 | 107 | $fittersArray = []; |
| 107 | 108 | foreach($filters as $filter){ |
| 108 | 109 | $fittersArray[$filter->taxGroup->alias][] = $filter->name; |
| 109 | - unset($filter); | |
| 110 | + | |
| 110 | 111 | } |
| 111 | 112 | $filterString=[]; |
| 112 | 113 | ... | ... |