aboutsummaryrefslogtreecommitdiffstats
path: root/include/import.php
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2019-04-12 16:27:58 +0200
committerMax Kostikov <max@kostikov.co>2019-04-12 16:27:58 +0200
commit852343f25448a996298b3b5f892a61b0b7701c7f (patch)
treed8e204dc7d73b774c3d99be4d8bf77a27fbfba18 /include/import.php
parent26e35344d011d4e2fb43faa4472a5b0f87d5aa0a (diff)
downloadvolse-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.php1
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;
}
}