mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
[ticket/8713] Rename untrimed_variable() to untrimmed_variable().
PHPBB3-8713
This commit is contained in:
@@ -46,9 +46,9 @@ class ucp_profile
|
||||
$data = array(
|
||||
'username' => utf8_normalize_nfc(request_var('username', $user->data['username'], true)),
|
||||
'email' => strtolower(request_var('email', $user->data['user_email'])),
|
||||
'new_password' => $request->untrimed_variable('new_password', '', true),
|
||||
'cur_password' => $request->untrimed_variable('cur_password', '', true),
|
||||
'password_confirm' => $request->untrimed_variable('password_confirm', '', true),
|
||||
'new_password' => $request->untrimmed_variable('new_password', '', true),
|
||||
'cur_password' => $request->untrimmed_variable('cur_password', '', true),
|
||||
'password_confirm' => $request->untrimmed_variable('password_confirm', '', true),
|
||||
);
|
||||
|
||||
add_form_key('ucp_reg_details');
|
||||
|
Reference in New Issue
Block a user