Skip to content

Commit

Permalink
fix (Dolibarr#21426) edit file name of export_csv.modules because it …
Browse files Browse the repository at this point in the history
…adds an export type when choosing the export type
  • Loading branch information
FLIO committed Feb 22, 2023
1 parent c000eee commit cfe6ebf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htdocs/core/modules/export/export_csviso.modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* \brief File of class to build exports with CSV format
*/

require_once DOL_DOCUMENT_ROOT.'/core/modules/export/export_csv.modules.php';
require_once DOL_DOCUMENT_ROOT.'/core/modules/export/exports_csv.modules.php';

// avoid timeout for big export
set_time_limit(0);
Expand Down
2 changes: 1 addition & 1 deletion htdocs/core/modules/export/export_csvutf8.modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* \brief File of class to build exports with CSV format
*/

require_once DOL_DOCUMENT_ROOT.'/core/modules/export/export_csv.modules.php';
require_once DOL_DOCUMENT_ROOT.'/core/modules/export/exports_csv.modules.php';

// avoid timeout for big export
set_time_limit(0);
Expand Down

0 comments on commit cfe6ebf

Please sign in to comment.