//small fix

This commit is contained in:
vAugagneur
2013-02-15 17:06:16 +01:00
parent 36c23c54cc
commit 6ade01adaa
+3 -1
View File
@@ -589,7 +589,9 @@ class AdminControllerCore extends Controller
{
$content[$i] = array();
foreach ($this->fields_list as $key => $value)
$content[$i][] = $row[$key];
if (isset($row[$key]))
$content[$i][] = $row[$key];
}
$this->context->smarty->assign(array(
'export_headers' => $headers,