mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 04:18:55 +00:00
#40865 - no message parsing for messages evaluating to false
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9453 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
93b3103c31
commit
60422b7b78
1 changed files with 1 additions and 5 deletions
|
@ -1052,11 +1052,7 @@ class parse_message extends bbcode_firstpass
|
||||||
{
|
{
|
||||||
// Init BBCode UID
|
// Init BBCode UID
|
||||||
$this->bbcode_uid = substr(base_convert(unique_id(), 16, 36), 0, BBCODE_UID_LEN);
|
$this->bbcode_uid = substr(base_convert(unique_id(), 16, 36), 0, BBCODE_UID_LEN);
|
||||||
|
$this->message = $message;
|
||||||
if ($message)
|
|
||||||
{
|
|
||||||
$this->message = $message;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue