Using the right form class name

This commit is contained in:
Sarven Capadisli 2009-11-20 03:06:12 +00:00
parent 30f660b05c
commit 2eed928837
1 changed files with 12 additions and 0 deletions

View 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
*