Attributes csv import integration

This commit is contained in:
FrancescoUK committed 2019-06-03 21:13:21 +01:00
1 parent bab07fc857
commit dbf3114267
9 files changed
+555 -304

No files matched your search

+1 -1
View File
@@ -89,7 +89,7 @@ $autoload['drivers'] = array();
|
| $autoload['helper'] = array('url', 'file');
*/
$autoload['helper'] = array('form', 'url', 'tabular', 'text', 'locale', 'html', 'download', 'directory', 'migration');
$autoload['helper'] = array('form', 'url', 'tabular', 'text', 'locale', 'html', 'download', 'directory', 'migration', 'importfile');
/*
| -------------------------------------------------------------------