FIX stickler error comma in argument list

This commit is contained in:
lvessiller 2020-09-09 11:54:50 +02:00
parent 059624e936
commit be2fa82396

View File

@ -279,7 +279,7 @@ if (empty($reshook)) {
// check fields
if (!$error) {
if (!GETPOST('subject' , 'alpha')) {
if (!GETPOST('subject', 'alpha')) {
$error++;
array_push($object->errors, $langs->trans('ErrorFieldRequired', $langs->transnoentities('Subject')));
}