Using the right form class name
This commit is contained in:
parent
30f660b05c
commit
2eed928837
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue
Block a user