diff options
author | Max Kostikov <max@kostikov.co> | 2019-04-12 16:27:58 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2019-04-12 16:27:58 +0200 |
commit | 852343f25448a996298b3b5f892a61b0b7701c7f (patch) | |
tree | d8e204dc7d73b774c3d99be4d8bf77a27fbfba18 /include/import.php | |
parent | 26e35344d011d4e2fb43faa4472a5b0f87d5aa0a (diff) | |
download | volse-hubzilla-852343f25448a996298b3b5f892a61b0b7701c7f.tar.gz volse-hubzilla-852343f25448a996298b3b5f892a61b0b7701c7f.tar.bz2 volse-hubzilla-852343f25448a996298b3b5f892a61b0b7701c7f.zip |
Override received 'content' if we saving thumbnail in filesystem
Diffstat (limited to 'include/import.php')
-rw-r--r-- | include/import.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/import.php b/include/import.php index 0a70b114c..69be521de 100644 --- a/include/import.php +++ b/include/import.php @@ -1426,6 +1426,7 @@ function sync_files($channel, $files) { else { $p['os_storage'] = 1; $p['os_syspath'] = $stored_image; + $p['content'] = $stored_image; } } |