diff options
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(); |