aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-08-30 18:03:54 +0000
committerMario <mario@mariovavti.com>2021-08-30 18:03:54 +0000
commite20a2752d65d16322784622978839f701f475475 (patch)
tree11e2c62e0ad7e1dab2b5e812709939723f119aa0 /include
parente25558e24d8758b788fec7873431492f965d694d (diff)
downloadvolse-hubzilla-e20a2752d65d16322784622978839f701f475475.tar.gz
volse-hubzilla-e20a2752d65d16322784622978839f701f475475.tar.bz2
volse-hubzilla-e20a2752d65d16322784622978839f701f475475.zip
add an optional force flag to actor_store()
Diffstat (limited to 'include')
-rw-r--r--include/photo/photo_driver.php1
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']);