Don't discard first definition

This commit is contained in:
Nathan Gray 2011-11-07 18:24:15 +00:00
parent 8cad47e22f
commit 78855f0652

View File

@ -344,7 +344,6 @@ class importexport_wizard_basic_import_csv
// return from step55
if ($content['step'] == 'wizard_step55')
{
array_shift($content['conditions']);
// Clear conditions that don't do anything
foreach($content['conditions'] as $key => $condition) {