diff options
author | Max Kostikov <max@kostikov.co> | 2021-01-24 21:03:34 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-01-24 21:03:34 +0100 |
commit | 552796286e4a2a61cc6020b7aa785dc88553e2d0 (patch) | |
tree | 943eee4b69d59d85062c3ac26319f622e013b751 /include/import.php | |
parent | 6b0c61ac6bf45993f5d89b976c4d11c7e287aa38 (diff) | |
download | volse-hubzilla-552796286e4a2a61cc6020b7aa785dc88553e2d0.tar.gz volse-hubzilla-552796286e4a2a61cc6020b7aa785dc88553e2d0.tar.bz2 volse-hubzilla-552796286e4a2a61cc6020b7aa785dc88553e2d0.zip |
Add support filesystem storage for xchan profile photos
Diffstat (limited to 'include/import.php')
-rw-r--r-- | include/import.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/import.php b/include/import.php index b512e1f11..8ce582ede 100644 --- a/include/import.php +++ b/include/import.php @@ -1469,7 +1469,7 @@ function sync_files($channel, $files) { fclose($fp); // Override remote hub thumbnails storage settings - if(! boolval(get_config('system','filesystem_storage_thumbnails', 0))) { + if(! boolval(get_config('system','photo_storage_type', 1))) { $p['os_storage'] = 0; $p['content'] = file_get_contents($stored_image); @unlink($stored_image); |