From: Sarven Capadisli Date: Fri, 20 Nov 2009 03:06:12 +0000 (+0000) Subject: Using the right form class name X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2eed928837e767cb9d41bf73bdadd23df7cb8877;p=quix0rs-gnu-social.git Using the right form class name --- diff --git a/plugins/UserFlag/flagprofileform.php b/plugins/UserFlag/flagprofileform.php index 262dad4a77..c20929a20c 100644 --- a/plugins/UserFlag/flagprofileform.php +++ b/plugins/UserFlag/flagprofileform.php @@ -47,6 +47,18 @@ require_once INSTALLDIR.'/lib/form.php'; class FlagProfileForm extends ProfileActionForm { + /** + * class of the form + * Action this form provides + * + * @return string class of the form + */ + + function formClass() + { + return 'form_entity_flag'; + } + /** * Action this form provides *