This commit is contained in:
Michael 2022-10-07 08:14:04 +00:00
parent ee03e4de08
commit 33d48f7d55
1 changed files with 1 additions and 1 deletions

View File

@ -1029,7 +1029,7 @@ class BBCode
'link' => '',
'posted' => '',
'guid' => '',
'message_id' => $matches[2],
'message_id' => trim($matches[2]),
'comment' => trim($matches[1]),
'shared' => '',
];