Fix PHP warning

This commit is contained in:
Benjamin Renard 2021-06-10 18:45:39 +02:00
parent 40fdc92451
commit 159b3fbe7e

View file

@ -52,7 +52,7 @@ class LSformElement_url extends LSformElement_text {
'fav' => _("Add this website to my bookmarks.") 'fav' => _("Add this website to my bookmarks.")
) )
); );
return parent :: getDisplay($return); return parent :: getDisplay();
} }
} }