mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +01:00
LSform : fix empty submit button problem in some specific cases
This commit is contained in:
parent
c6688477ab
commit
2d2f35fe5b
1 changed files with 1 additions and 4 deletions
|
@ -177,10 +177,7 @@ class LSform {
|
|||
}
|
||||
|
||||
LSsession :: addJSconfigParam('LSform_'.$this -> idForm,$JSconfig);
|
||||
|
||||
if($this -> can_validate) {
|
||||
LStemplate :: assign('LSform_submittxt',$this -> submit);
|
||||
}
|
||||
LStemplate :: assign('LSform_submittxt',$this -> submit);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue