[various] Rename PageInfo::appendToBody to searchAndAppendToBody

This commit is contained in:
Hypolite Petovan 2020-07-18 11:38:11 -04:00
parent 1534404e3a
commit a80e9154c5
2 changed files with 3 additions and 3 deletions

View file

@ -897,7 +897,7 @@ function statusnet_fetchtimeline(App $a, $uid)
$_REQUEST["title"] = "";
$_REQUEST["body"] = PageInfo::appendToBody($post->text, true);
$_REQUEST["body"] = PageInfo::searchAndAppendToBody($post->text, true);
if (is_string($post->place->name)) {
$_REQUEST["location"] = $post->place->name;
}