Fix phpcs

This commit is contained in:
Laurent Destailleur 2019-07-22 22:07:04 +02:00
parent 9f95b10d0e
commit a33ac665bb

View File

@ -86,7 +86,7 @@ if (empty($reshook))
}
// Seems to no be used and replaced with $action == 'infocredit'
if ( $action == 'confirm_credite' && GETPOST('confirm','alpha') == 'yes')
if ( $action == 'confirm_credite' && GETPOST('confirm', 'alpha') == 'yes')
{
$res=$object->set_credite();
if ($res >= 0)