mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 16:19:06 +01:00
Fix PHP warning
This commit is contained in:
parent
40fdc92451
commit
159b3fbe7e
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class LSformElement_url extends LSformElement_text {
|
|||
'fav' => _("Add this website to my bookmarks.")
|
||||
)
|
||||
);
|
||||
return parent :: getDisplay($return);
|
||||
return parent :: getDisplay();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue