Skip to content

Commit

Permalink
BasketController: fix typo
Browse files Browse the repository at this point in the history
refs #2052
  • Loading branch information
Thomas-Gelf committed Jan 9, 2020
1 parent 4e54177 commit de993f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/BasketController.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public function snapshotAction()
'attachment; filename=Director-Basket_%s_%s.json',
str_replace([' ', '"'], ['_', '_'], iconv(
'UTF-8',
'ISO-8859-11//IGNORE',
'ISO-8859-1//IGNORE',
$basket->get('basket_name')
)),
substr($snapSum, 0, 7)
Expand Down

0 comments on commit de993f4

Please # to comment.