mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
LSformRule: do not defined validate_one_by_one constant visibility
To keep compatibility with PHP < 7.1.
This commit is contained in:
parent
43d2620f8e
commit
7535530416
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ LSsession :: loadLSclass('LSlog_staticLoggerClass');
|
|||
class LSformRule extends LSlog_staticLoggerClass {
|
||||
|
||||
// Validate values one by one or all together
|
||||
public const validate_one_by_one = True;
|
||||
const validate_one_by_one = True;
|
||||
|
||||
/**
|
||||
* Validate form element values with specified rule
|
||||
|
|
Loading…
Reference in a new issue