mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
more instrumentation
This commit is contained in:
parent
c7c3db8c54
commit
66a6fd8df0
3 changed files with 10 additions and 2 deletions
|
@ -117,8 +117,8 @@ function dfrn_notify_post(&$a) {
|
|||
'$username' => $importer['username'],
|
||||
'$email' => $importer['email'],
|
||||
'$from' => $msg['from-name'],
|
||||
'$title' => $msg['title'],
|
||||
'$body' => strip_tags(bbcode($msg['body']))
|
||||
'$title' => stripslashes($msg['title']),
|
||||
'$body' => strip_tags(bbcode(stripslashes($msg['body'])))
|
||||
));
|
||||
|
||||
$res = mail($importer['email'], t('New mail received at ') . $a->config['sitename'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue