mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Fix: Wrong array element / added logging for DFRN connects (#5609)
This commit is contained in:
parent
1ca8d573e6
commit
116bcae6ab
2 changed files with 2 additions and 1 deletions
|
@ -247,6 +247,7 @@ function dfrn_confirm_post(App $a, $handsfree = null)
|
|||
|
||||
if (stristr($res, "<status") === false) {
|
||||
// wrong xml! stop here!
|
||||
logger('Unexpected response posting to ' . $dfrn_confirm);
|
||||
notice(L10n::t('Unexpected response from remote site: ') . EOL . htmlspecialchars($res) . EOL);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue