diff options
author | friendica <info@friendica.com> | 2012-12-30 22:41:53 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-30 22:41:53 -0800 |
commit | abc271a0e7b0b67d5920096aba25a2e0ae996148 (patch) | |
tree | 5898cba421fd5b9b3291870a73466113e3729d6f /include/zot.php | |
parent | 4e23e700f44642d2213108e94557e1f754db01dc (diff) | |
download | volse-hubzilla-abc271a0e7b0b67d5920096aba25a2e0ae996148.tar.gz volse-hubzilla-abc271a0e7b0b67d5920096aba25a2e0ae996148.tar.bz2 volse-hubzilla-abc271a0e7b0b67d5920096aba25a2e0ae996148.zip |
more progress on onepoll
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 0f444be15..94bebbd57 100644 --- a/include/zot.php +++ b/include/zot.php @@ -194,7 +194,7 @@ function zot_refresh($them,$channel = null) { } if(! $url) { logger('zot_refresh: no url'); - return; + return false; } $postvars = array(); |