FIX stickler error comma in argument list
This commit is contained in:
parent
059624e936
commit
be2fa82396
@ -279,7 +279,7 @@ if (empty($reshook)) {
|
|||||||
|
|
||||||
// check fields
|
// check fields
|
||||||
if (!$error) {
|
if (!$error) {
|
||||||
if (!GETPOST('subject' , 'alpha')) {
|
if (!GETPOST('subject', 'alpha')) {
|
||||||
$error++;
|
$error++;
|
||||||
array_push($object->errors, $langs->trans('ErrorFieldRequired', $langs->transnoentities('Subject')));
|
array_push($object->errors, $langs->trans('ErrorFieldRequired', $langs->transnoentities('Subject')));
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user