a bit more robust about loading external pics

also friend confirm was getting wrong email
This commit is contained in:
Mike Macgirvin 2010-10-04 16:04:52 -07:00
parent 8abac5e5c7
commit 8424f31aad
7 changed files with 58 additions and 39 deletions

View file

@ -633,7 +633,7 @@ function consume_feed($xml,$importer,$contact, &$hub) {
$resource_id = $r[0]['resource-id'];
$img_str = fetch_url($photo_url,true);
$img = new Photo($img_str);
if($img) {
if($img->is_valid()) {
q("DELETE FROM `photo` WHERE `resource-id` = '%s' AND contact-id` = %d AND `uid` = %d",
dbesc($resource_id),
intval($contact['id']),