Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development

This commit is contained in:
Rémi Gaillard
2013-02-15 17:26:06 +01:00

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,