[DirectMessage] Fix some wrong calls after MessageModel introduction in d9a9a3746b

This commit is contained in:
2021-07-16 17:34:48 +01:00
parent 55293e4008
commit bdb4c54fa8
4 changed files with 9 additions and 9 deletions

View File

@@ -133,7 +133,7 @@ class GroupMessageForm extends Form
'name' => 'content'),
($this->content) ? $this->content : '');
$contentLimit = Message::maxContent();
$contentLimit = MessageModel::maxContent();
if ($contentLimit > 0) {
$this->out->elementStart('dl', 'form_note');