[-] BO : Fix bug for csv export

This commit is contained in:
gRoussac
2013-04-24 17:29:36 +02:00
parent 2c3f2eb1da
commit 7081e6d0d0
2 changed files with 2 additions and 1 deletions
+1
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
)