LSformElement_mail :: getDisplay() : Fixed error

This commit is contained in:
Benjamin Renard 2010-11-16 19:50:40 +01:00
parent b03b69eec9
commit ba7b304e56

View file

@ -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();
} }
} }