diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php index bf5bdd578..b8cce4b41 100644 --- a/include/zot.php +++ b/include/zot.php @@ -220,6 +220,8 @@ function zot_refresh($them,$channel = null) { $result = z_post_url($url . $rhs,$postvars); + logger('zot_refresh: zot-info: ' . print_r($result,true)); + if($result['success']) { $j = json_decode($result['body'],true); |