Fix thumbnails processing logic on files sync
This commit is contained in:
parent
8730bbac2f
commit
b1b415ec5b
@ -1390,7 +1390,7 @@ function sync_files($channel, $files) {
|
|||||||
$p['content'] = (($p['content'])? base64_decode($p['content']) : '');
|
$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();
|
$time = datetime_convert();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user