Skip to content

Commit 30f51b3

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 7878ca0 + c19c82a commit 30f51b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hosts/flickr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Hosts.flickr = function uploadFlickr(req, uploaded_fn){
6464
var p = auth({
6565
auth_token: localStorage.flickr_token,
6666
tags: "drag2up",
67-
is_public: 1
67+
is_public: 0
6868
});
6969
p.photo = req;
7070
xhr.onload = function(){

0 commit comments

Comments
 (0)