mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11768] Reverted change to bbcode_uid
On the off-chance some other routine expect bbcode_uid to never be empty. PHPBB3-11768
This commit is contained in:
parent
b46bf9f02f
commit
37106bae7a
1 changed files with 1 additions and 1 deletions
|
@ -1094,7 +1094,7 @@ class parse_message extends bbcode_firstpass
|
|||
function parse_message($message = '')
|
||||
{
|
||||
// Init BBCode UID
|
||||
$this->bbcode_uid = '';
|
||||
$this->bbcode_uid = substr(base_convert(unique_id(), 16, 36), 0, BBCODE_UID_LEN);
|
||||
$this->message = $message;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue