mirror of
https://github.com/friendica/friendica
synced 2025-04-26 07:10:12 +00:00
Standards
This commit is contained in:
parent
fd63421dde
commit
c18bda9397
5 changed files with 5 additions and 4 deletions
|
@ -91,7 +91,7 @@ class DirectMessage extends BaseFactory
|
|||
}
|
||||
} else {
|
||||
$title = '';
|
||||
$text = $mail['title'] . "\n" . HTML::toPlaintext(BBCode::convertForUriId($mail['uri-id'], $mail['body'], BBCode::API), 0);
|
||||
$text = $mail['title'] . "\n" . HTML::toPlaintext(BBCode::convertForUriId($mail['uri-id'], $mail['body'], BBCode::API), 0);
|
||||
}
|
||||
|
||||
$pcid = Contact::getPublicIdByUserId($uid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue