From 2eed928837e767cb9d41bf73bdadd23df7cb8877 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Fri, 20 Nov 2009 03:06:12 +0000 Subject: Using the right form class name --- plugins/UserFlag/flagprofileform.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'plugins/UserFlag/flagprofileform.php') diff --git a/plugins/UserFlag/flagprofileform.php b/plugins/UserFlag/flagprofileform.php index 262dad4a7..c20929a20 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 * -- cgit v1.2.3-54-g00ecf