mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
LSformElement_mail :: getDisplay() : Fixed error
This commit is contained in:
parent
b03b69eec9
commit
ba7b304e56
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class LSformElement_mail extends LSformElement_text {
|
||||||
if (LSsession :: loadLSclass('LSmail')) {
|
if (LSsession :: loadLSclass('LSmail')) {
|
||||||
LSmail :: loadDependenciesDisplay();
|
LSmail :: loadDependenciesDisplay();
|
||||||
}
|
}
|
||||||
return parent :: getDisplay($return);
|
return parent :: getDisplay();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue