1
0
Fork 0

Fetch missing Diaspora posts

This commit is contained in:
Michael Vogel 2015-05-09 19:39:47 +02:00
commit 9d257df700
2 changed files with 76 additions and 29 deletions

View file

@ -330,7 +330,8 @@ function get_contact($url, $uid = 0) {
if (!$update_photo)
return($contactid);
}
} elseif ($uid != 0)
return 0;
if (!count($data))
$data = probe_url($url);