]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/UserFlag/flagprofileform.php
Merge branch 'master' of gitorious.org:statusnet/mainline into testing
[quix0rs-gnu-social.git] / plugins / UserFlag / flagprofileform.php
index 262dad4a777aa0690a87bf88c3e29fc5fdc55730..c20929a20c8ca2d13d5421bc2cd5fd10136f7571 100644 (file)
@@ -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
      *