mirror of
https://github.com/friendica/friendica
synced 2025-04-29 11:44:24 +02:00
Rename escapeTags to escapeHtml
rename function and update calls.
This commit is contained in:
parent
b5a97c1abe
commit
063f0e9cb0
16 changed files with 44 additions and 44 deletions
|
@ -507,7 +507,7 @@ class OnePoll
|
|||
Logger::log("Mail: can't fetch msg ".$msg_uid." for ".$mailconf['user']);
|
||||
continue;
|
||||
}
|
||||
$datarray['body'] = Strings::escapeTags($r['body']);
|
||||
$datarray['body'] = Strings::escapeHtml($r['body']);
|
||||
$datarray['body'] = BBCode::limitBodySize($datarray['body']);
|
||||
|
||||
Logger::log("Mail: Importing ".$msg_uid." for ".$mailconf['user']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue