From e20a2752d65d16322784622978839f701f475475 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 30 Aug 2021 18:03:54 +0000 Subject: add an optional force flag to actor_store() --- include/photo/photo_driver.php | 1 - 1 file changed, 1 deletion(-) (limited to 'include/photo') diff --git a/include/photo/photo_driver.php b/include/photo/photo_driver.php index 256369c69..b7ace4f37 100644 --- a/include/photo/photo_driver.php +++ b/include/photo/photo_driver.php @@ -247,7 +247,6 @@ function import_xchan_photo($photo, $xchan, $thing = false, $force = false) { $result = z_fetch_url($photo, true, 0, [ 'headers' => $h ]); } - if(isset($result)) { $hdrs = []; $h = explode("\n", $result['header']); -- cgit v1.2.3