aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2019-05-06 10:39:47 +0200
committerMax Kostikov <max@kostikov.co>2019-05-06 10:39:47 +0200
commitf0933b66a9115aaa208a6273fa243c71cf37a1d7 (patch)
tree34d7cbf9f590757dd14335ea3b1847b9b11fc1dc /include
parent14eb4326e76bddaec8421fdaa87e0c3ac9bb76e0 (diff)
downloadvolse-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')
-rw-r--r--include/import.php1
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;
}
}