aboutsummaryrefslogtreecommitdiffstats
path: root/include/poller.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-08-29 18:17:15 -0700
committerfriendica <info@friendica.com>2013-08-29 18:17:15 -0700
commit85e291f5357bc28b108378816af97b545aacca3f (patch)
treef47eb6fed6eef06be903576d7e27f2b47c33a5d4 /include/poller.php
parentbe289a96ad3abe1f373517920c89613cf80076a9 (diff)
downloadvolse-hubzilla-85e291f5357bc28b108378816af97b545aacca3f.tar.gz
volse-hubzilla-85e291f5357bc28b108378816af97b545aacca3f.tar.bz2
volse-hubzilla-85e291f5357bc28b108378816af97b545aacca3f.zip
figure out why poller isn't picking up old posts which failed to deliver
Diffstat (limited to 'include/poller.php')
-rw-r--r--include/poller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/poller.php b/include/poller.php
index 7a6aaeb22..bdb0388ac 100644
--- a/include/poller.php
+++ b/include/poller.php
@@ -224,7 +224,7 @@ function poller_run($argv, $argc){
$update = true;
}
}
-dbg(0);
+
if((! $update) && (! $force))
continue;