mirror of
https://github.com/friendica/friendica
synced 2025-04-26 22:30:18 +00:00
Merge remote-tracking branch 'upstream/develop' into onepoll
This commit is contained in:
commit
f988ed5d15
16 changed files with 86 additions and 213 deletions
|
@ -345,7 +345,7 @@ Class OnePoll
|
|||
$xml = $ret['body'];
|
||||
|
||||
unlink($cookiejar);
|
||||
} elseif ($contact['network'] === NETWORK_MAIL || $contact['network'] === NETWORK_MAIL2) {
|
||||
} elseif ($contact['network'] === NETWORK_MAIL) {
|
||||
|
||||
logger("Mail: Fetching for ".$contact['addr'], LOGGER_DEBUG);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue