summaryrefslogtreecommitdiff
path: root/lib/subscribeform.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/subscribeform.php')
-rw-r--r--lib/subscribeform.php15
1 files changed, 14 insertions, 1 deletions
diff --git a/lib/subscribeform.php b/lib/subscribeform.php
index 996729a28..8b69efd1a 100644
--- a/lib/subscribeform.php
+++ b/lib/subscribeform.php
@@ -80,6 +80,19 @@ class SubscribeForm extends Form
return 'subscribe-' . $this->profile->id;
}
+
+ /**
+ * class of the form
+ *
+ * @return string of the form class
+ */
+
+ function formClass()
+ {
+ return 'form_subscribe';
+ }
+
+
/**
* Action of the form
*
@@ -114,4 +127,4 @@ class SubscribeForm extends Form
{
$this->out->submit('submit', _('Subscribe'));
}
-} \ No newline at end of file
+}