diff options
Diffstat (limited to 'lib/unblockform.php')
-rw-r--r-- | lib/unblockform.php | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/lib/unblockform.php b/lib/unblockform.php index 4cb9ae4f5..025011a82 100644 --- a/lib/unblockform.php +++ b/lib/unblockform.php @@ -89,6 +89,17 @@ class UnblockForm extends Form } /** + * class of the form + * + * @return string class of the form + */ + + function formClass() + { + return 'form_user_unblock'; + } + + /** * Action of the form * * @return string URL of the action @@ -127,4 +138,4 @@ class UnblockForm extends Form { $this->out->submit('submit', _('Unblock')); } -}
\ No newline at end of file +} |