Fixing style errors.
This commit is contained in:
parent
c8fb81710f
commit
a509404636
@ -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){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user