moving on

This commit is contained in:
friendica
2013-02-18 15:15:55 -08:00
parent a21e6cffa1
commit 65912ec0bf
11 changed files with 187 additions and 6 deletions

View File

@@ -20,8 +20,8 @@ function gprobe_run($argv, $argc){
if(! $r) {
$x = zot_finger($url,null);
if($x) {
$j = json_decode($x,true);
if($x['success']) {
$j = json_decode($x['body'],true);
$y = import_xchan($j);
}
}