diff options
Diffstat (limited to 'lib/favorform.php')
-rw-r--r-- | lib/favorform.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/favorform.php b/lib/favorform.php index c67e18697..4f4fd72a9 100644 --- a/lib/favorform.php +++ b/lib/favorform.php @@ -127,4 +127,15 @@ class FavorForm extends Form $this->out->submit('favor-submit-' . $this->notice->id, _('Make a favorite')); } + + /** + * Class of the form. + * + * @return string the form's class + */ + + function formClass() + { + return 'favor'; + } }
\ No newline at end of file |