[-] BO : Fix bug for csv export

This commit is contained in:
gRoussac
2013-04-24 17:29:36 +02:00
parent 5967c6ebbe
commit 1975755d8a
2 changed files with 2 additions and 1 deletions

View File

@@ -594,6 +594,7 @@ class AdminControllerCore extends Controller
}
$this->context->smarty->assign(array(
'export_precontent' => "\xEF\xBB\xBF",
'export_headers' => $headers,
'export_content' => $content
)