diff --git a/foundation.gnome.org/membership/application.wml b/foundation.gnome.org/membership/application.wml index d1f4f32..933c3dc 100644 --- a/foundation.gnome.org/membership/application.wml +++ b/foundation.gnome.org/membership/application.wml @@ -62,7 +62,7 @@ $bad_elements[] = "contacts"; $errors[] = "Please provide e-mails of the contacts you've provided."; } - $obfuscated_contact = preg_replace("/@/", " AT ", $contacts); + $obfuscated_contacts = preg_replace("/@/", " AT ", $contacts); } if ($spam != "not spam") { $bad_elements[] = "spam";