diff options
author | Max Kostikov <max@kostikov.co> | 2019-05-06 10:39:47 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2019-05-06 10:39:47 +0200 |
commit | f0933b66a9115aaa208a6273fa243c71cf37a1d7 (patch) | |
tree | 34d7cbf9f590757dd14335ea3b1847b9b11fc1dc /include/import.php | |
parent | 14eb4326e76bddaec8421fdaa87e0c3ac9bb76e0 (diff) | |
download | volse-hubzilla-f0933b66a9115aaa208a6273fa243c71cf37a1d7.tar.gz volse-hubzilla-f0933b66a9115aaa208a6273fa243c71cf37a1d7.tar.bz2 volse-hubzilla-f0933b66a9115aaa208a6273fa243c71cf37a1d7.zip |
Remove 'os_syspath' from direct 'photo' table update
Diffstat (limited to 'include/import.php')
-rw-r--r-- | include/import.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/import.php b/include/import.php index d0ec5918e..92ba014d8 100644 --- a/include/import.php +++ b/include/import.php @@ -1427,7 +1427,6 @@ function sync_files($channel, $files) { else { $p['os_storage'] = 1; $p['content'] = $stored_image; - $p['os_syspath'] = $stored_image; } } |