migrate Account Friends sentFriendRequest to FB

This commit is contained in:
Doug Bell 2010-12-21 17:02:16 -06:00
parent b5c1ffe5b7
commit 8299e9e706
3 changed files with 59 additions and 17 deletions

View file

@ -19,6 +19,10 @@ my %namespaces = (
submit => "form_field_submit",
formFooter => "form_footer",
},
"Account/Friends/SendRequest" => {
form_message_rich => "form_field_message_field",
submit_button => "form_field_submit",
},
);
# Map of namespace => { match => replacement }