Fix: bug sur l'affichage de l'exemple
This commit is contained in:
parent
a63898590f
commit
931de4aa01
@ -248,6 +248,8 @@ class mod_codeclient_tigre extends ModeleThirdPartyCode
|
|||||||
}
|
}
|
||||||
else if (is_object($objsoc) && !$objsoc->prefix_comm && $maskElement[$i] == '{pre}')
|
else if (is_object($objsoc) && !$objsoc->prefix_comm && $maskElement[$i] == '{pre}')
|
||||||
{
|
{
|
||||||
|
$maskRebuild .= 'ABC';
|
||||||
|
$this->searchcode .= '([0-9A-Z]{1,})';
|
||||||
$error++;
|
$error++;
|
||||||
$this->prefixIsRequired = 1;
|
$this->prefixIsRequired = 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user