mirror of
https://github.com/friendica/friendica
synced 2025-04-26 21:50:11 +00:00
The worker is now working
This commit is contained in:
parent
17b1d45968
commit
d3a6ebfe7e
5 changed files with 49 additions and 36 deletions
|
@ -360,7 +360,7 @@ function onepoll_run(&$argv, &$argc){
|
|||
);
|
||||
logger("Mail: Connected to " . $mailconf[0]['user']);
|
||||
} else
|
||||
logger("Mail: Connection error ".$mailconf[0]['user']." ".print_r(imap_errors()));
|
||||
logger("Mail: Connection error ".$mailconf[0]['user']." ".print_r(imap_errors(), true));
|
||||
}
|
||||
if($mbox) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue