diff --git a/common/modules/product/models/Export.php b/common/modules/product/models/Export.php index 3dcbdce..1616a97 100755 --- a/common/modules/product/models/Export.php +++ b/common/modules/product/models/Export.php @@ -91,6 +91,7 @@ class Export extends Model { fputcsv($handle, $to_write, ';'); unset($product); + die('first'); } -- libgit2 0.21.4