diff options
Diffstat (limited to 'include/import.php')
-rw-r--r-- | include/import.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/import.php b/include/import.php index 0a70b114c..69be521de 100644 --- a/include/import.php +++ b/include/import.php @@ -1426,6 +1426,7 @@ function sync_files($channel, $files) { else { $p['os_storage'] = 1; $p['os_syspath'] = $stored_image; + $p['content'] = $stored_image; } } |