summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-11-20 03:06:12 +0000
committerSarven Capadisli <csarven@status.net>2009-11-20 03:06:12 +0000
commit2eed928837e767cb9d41bf73bdadd23df7cb8877 (patch)
tree43739418888676bd1d2880b86f20f8d8ba091027
parent30f660b05c1b4938b192f88574ec5f90dd0d3bf6 (diff)
Using the right form class name
-rw-r--r--plugins/UserFlag/flagprofileform.php12
1 files changed, 12 insertions, 0 deletions
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
@@ -48,6 +48,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
*
* @return string Name of the action, lowercased.