diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-20 22:36:57 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-20 22:36:57 +0000 |
commit | bb4a6a514bb62a0fef2314512c121951a40437e7 (patch) | |
tree | f52f287ad6518fdcf158d386e6ea618d5eb59947 /lib/unsubscribeform.php | |
parent | 1cf469e244692055aab54f2f5c67e5b365767a33 (diff) |
user_actions form markup and styling
Diffstat (limited to 'lib/unsubscribeform.php')
-rw-r--r-- | lib/unsubscribeform.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unsubscribeform.php b/lib/unsubscribeform.php index b222f0e54..092369db7 100644 --- a/lib/unsubscribeform.php +++ b/lib/unsubscribeform.php @@ -89,7 +89,7 @@ class UnsubscribeForm extends Form function formClass() { - return 'form_unsubscribe'; + return 'form_user_unsubscribe'; } /** |