Merge branch 'dev' into 'dev'
Fix thumbnails processing logic on files sync See merge request hubzilla/core!1682
This commit is contained in:
commit
1b6fbe3a2e
@ -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