mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Fixed a problem with editing bbcode in textfields
git-svn-id: file:///svn/phpbb/trunk@5162 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
2e4ea58d28
commit
67113ee028
1 changed files with 1 additions and 1 deletions
|
@ -564,7 +564,7 @@ class custom_profile
|
|||
include_once($phpbb_root_path . 'includes/functions_posting.'.$phpEx);
|
||||
$message_parser = new parse_message();
|
||||
$message_parser->message = $value;
|
||||
$message_parser->decode_message($user->profile_fields[$profile_row['field_ident'] . '_bbcode_uid']);
|
||||
$message_parser->decode_message($user->profile_fields[str_replace('pf_', '', $profile_row['field_ident']) . '_bbcode_uid']);
|
||||
$value = $message_parser->message;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue