From 852343f25448a996298b3b5f892a61b0b7701c7f Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Fri, 12 Apr 2019 16:27:58 +0200 Subject: Override received 'content' if we saving thumbnail in filesystem --- include/import.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; } } -- cgit v1.2.3