Fixing style errors.

This commit is contained in:
stickler-ci
2019-10-04 16:26:26 +00:00
parent c8fb81710f
commit a509404636

View File

@@ -171,7 +171,7 @@ elseif ($action == 'disable_MAIN_SECURITY_DISABLEFORGETPASSLINK')
if ($action == 'maj_pattern')
{
$pattern = GETPOST("pattern");
$explodePattern = explode(';',$pattern);
$explodePattern = explode(';', $pattern);
$patternInError = false;
if($explodePattern[0] < 1 || $explodePattern[4] < 1){