From 8424f31aad844b49e74e0fb7a7d197284fb67ec9 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Mon, 4 Oct 2010 16:04:52 -0700 Subject: a bit more robust about loading external pics also friend confirm was getting wrong email --- include/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/items.php') diff --git a/include/items.php b/include/items.php index ac4e694be..799af48ac 100644 --- a/include/items.php +++ b/include/items.php @@ -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']), -- cgit v1.2.3