This commit is contained in:
zotlabs
2019-06-26 21:54:50 -07:00
53 changed files with 18115 additions and 33967 deletions

View File

@@ -1392,7 +1392,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();