figure out why poller isn't picking up old posts which failed to deliver

This commit is contained in:
friendica
2013-08-29 18:17:15 -07:00
parent be289a96ad
commit 85e291f535
2 changed files with 6 additions and 5 deletions

View File

@@ -224,7 +224,7 @@ function poller_run($argv, $argc){
$update = true;
}
}
dbg(0);
if((! $update) && (! $force))
continue;