aboutsummaryrefslogtreecommitdiffstats
path: root/include/Import
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-10 15:43:15 -0700
committerfriendica <info@friendica.com>2015-03-10 15:43:15 -0700
commit5b35f1e6c4fbf0fd941c6d292b9c9b5847b64d0b (patch)
tree2f4b06a34f7e80a24ec6ac3375cf1918d5d991a0 /include/Import
parent57384b9f9fa16d5a03d2e9618ee551a3d1f8c2b5 (diff)
downloadvolse-hubzilla-5b35f1e6c4fbf0fd941c6d292b9c9b5847b64d0b.tar.gz
volse-hubzilla-5b35f1e6c4fbf0fd941c6d292b9c9b5847b64d0b.tar.bz2
volse-hubzilla-5b35f1e6c4fbf0fd941c6d292b9c9b5847b64d0b.zip
Change logic of "don't create a status post for this photo upload" and turn it into a bona-fide on/off toggle. This takes up one more vertical line, but we have it to spare, and the single button (while concise visually) provided no feedback of the current state, or indicate whether a second click toggled it. Some addons use this setting so addons will need to be pulled when this is pulled in order to remain in sync.
Diffstat (limited to 'include/Import')
-rw-r--r--include/Import/refimport.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Import/refimport.php b/include/Import/refimport.php
index 181b2b398..b9b6bf639 100644
--- a/include/Import/refimport.php
+++ b/include/Import/refimport.php
@@ -174,7 +174,7 @@ function reflect_photo_callback($matches) {
'resource_id' => str_replace('-','',$hash),
'filename' => $hash . '.jpg',
'type' => 'image/jpeg',
- 'not_visible' => true
+ 'visible' => false
)
);