From b1b415ec5b46f56a335a31527c9f987854be7282 Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Fri, 21 Jun 2019 23:15:16 +0200 Subject: Fix thumbnails processing logic on files sync --- include/import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/import.php b/include/import.php index 24ad1b901..caf25f5d2 100644 --- a/include/import.php +++ b/include/import.php @@ -1390,7 +1390,7 @@ function sync_files($channel, $files) { $p['content'] = (($p['content'])? base64_decode($p['content']) : ''); } - if (intval($p['imgscale']) && ((intval($p['os_storage'])) || (! $p['content']))) { + if(intval($p['imgscale'])) { $time = datetime_convert(); -- cgit v1.2.3