more debugging - looks like michameer.dyndns.org is throwing 500s so cannot test further

This commit is contained in:
friendica 2013-01-03 16:39:22 -08:00
parent 6a42d3708c
commit e03f6cb975

View File

@ -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);