diff options
Diffstat (limited to 'include/photo')
-rw-r--r-- | include/photo/photo_driver.php | 1 |
1 files changed, 0 insertions, 1 deletions
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']); |