Skip to content

Commit

Permalink
Merge pull request #8251 from Oldiesmann/pm_typo
Browse files Browse the repository at this point in the history
Fix typo causing DB error when sending PMs
  • Loading branch information
live627 committed Jun 16, 2024
2 parents 70d6e21 + f75a836 commit 7ae90c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PersonalMessage/PM.php
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,7 @@ public static function send(array $recipients, string $subject, string $message,
'msgtime' => 'int',
'subject' => 'string-255',
'body' => 'string-65534',
'version' => 'string(5)',
'version' => 'string-5',
],
[
$pm_head,
Expand Down

0 comments on commit 7ae90c0

Please sign in to comment.