Remove 'os_syspath' from direct 'photo' table update

This commit is contained in:
Max Kostikov 2019-05-06 10:39:47 +02:00
parent 14eb4326e7
commit f0933b66a9

View File

@ -1427,7 +1427,6 @@ function sync_files($channel, $files) {
else {
$p['os_storage'] = 1;
$p['content'] = $stored_image;
$p['os_syspath'] = $stored_image;
}
}