Skip to content

Commit

Permalink
use lowercase true
Browse files Browse the repository at this point in the history
  • Loading branch information
mjauvin committed Nov 26, 2024
1 parent eaad700 commit 06afeae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/backend/behaviors/ImportExportController.php
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ public function exportFromList($definition = null, $options = [])
'delimiter' => $this->getConfig('defaultFormatOptions[delimiter]', ','),
'enclosure' => $this->getConfig('defaultFormatOptions[enclosure]', '"'),
'escape' => $this->getConfig('defaultFormatOptions[escape]', '\\'),
'useEscapeFormula' => $this->getConfig('defaultFormatOptions[useEscapeFormula]', True),
'useEscapeFormula' => $this->getConfig('defaultFormatOptions[useEscapeFormula]', true),
];

$options = array_merge($defaultOptions, $options);
Expand Down

0 comments on commit 06afeae

Please sign in to comment.