mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +01:00
LSform : warn on error loading LSformRule
This commit is contained in:
parent
39001ba9f9
commit
3b4d09bb00
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ class LSform {
|
|||
}
|
||||
if (!isset($this -> _rules[$element]) || !is_array($this -> _rules[$element]))
|
||||
continue;
|
||||
LSsession :: loadLSclass('LSformRule');
|
||||
LSsession :: loadLSclass('LSformRule', null, true);
|
||||
foreach($this -> _rules[$element] as $rule) {
|
||||
$ruleType="LSformRule_".$rule['name'];
|
||||
LSsession :: loadLSclass($ruleType);
|
||||
|
|
Loading…
Reference in a new issue