Skip to content

Commit

Permalink
Fix bad fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 6, 2018
1 parent c4db549 commit 7dd941d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/accountancy/admin/export.php
Expand Up @@ -41,8 +41,8 @@
accessforbidden();
}

$action = GETPOST('action', 'alpha');
aZ09
$action = GETPOST('action', 'aZ09');

// Parameters ACCOUNTING_EXPORT_*
$main_option = array (
'ACCOUNTING_EXPORT_PREFIX_SPEC',
Expand Down

0 comments on commit 7dd941d

Please sign in to comment.