Skip to content

Commit

Permalink
Fix typo causing DB error when sending PMs
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldiesmann committed Jun 14, 2024
1 parent 1a72eb0 commit f75a836
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 f75a836

Please sign in to comment.