Skip to content

Commit

Permalink
Undefined index: nsku in magmi/engines/magmi_productimportengine.php …
Browse files Browse the repository at this point in the history
…on line 2124
  • Loading branch information
lsv committed Oct 16, 2019
1 parent 4c42523 commit bae4a57
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion magmi/engines/magmi_productimportengine.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@ class Magmi_ProductImportEngine extends Magmi_Engine
//magento stock related table columns list
private $_stockcols = array();
//stats
private $_skustats = array();
private $_skustats = array(
'nsku' => 0,
'ok' => 0,
'ko' => 0,
);
//handlers cache
private $_handlercache = array();

Expand Down

0 comments on commit bae4a57

Please sign in to comment.