diff options
Diffstat (limited to 'phpBB/templates/Default')
-rwxr-xr-x | phpBB/templates/Default/profile_add_body.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/Default/profile_add_body.tpl b/phpBB/templates/Default/profile_add_body.tpl index ca9b56ff86..f919f8fab6 100755 --- a/phpBB/templates/Default/profile_add_body.tpl +++ b/phpBB/templates/Default/profile_add_body.tpl @@ -1,5 +1,5 @@ <tr> - <td><form action="{S_PROFILE_ACTION}" enctype="multipart/form-data" method="post"> + <td><form action="{S_PROFILE_ACTION}" {S_FORM_ENCTYPE} method="post"> <table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1"> <tr> <td> |