mirror of
https://github.com/friendica/friendica
synced 2025-04-25 09:50:11 +00:00
Rename PageInfo::appendToBody to searchAndAppendToBody
This commit is contained in:
parent
e67dbd9747
commit
25b3fa83fc
4 changed files with 5 additions and 5 deletions
|
@ -698,7 +698,7 @@ class OStatus
|
|||
|
||||
// Only add additional data when there is no picture in the post
|
||||
if (!strstr($item["body"], '[/img]')) {
|
||||
$item["body"] = PageInfo::appendToBody($item["body"]);
|
||||
$item["body"] = PageInfo::searchAndAppendToBody($item["body"]);
|
||||
}
|
||||
|
||||
Tag::storeFromBody($item['uri-id'], $item['body']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue