FIRE-16731: Uploads from OpenSim to Flickr ignore settings

master
Ansariel 2015-08-22 19:50:32 +02:00
parent d051a4afeb
commit 8ccf993c6e
1 changed files with 1 additions and 1 deletions

View File

@ -466,7 +466,7 @@ void LLFlickrPhotoPanel::sendPhoto()
params["safety_level"] = content_rating;
params["tags"] = tags;
params["description"] = description;
exoFlickr::uploadPhoto(params, LLFloaterSnapshot::getImageData(), boost::bind(&LLFlickrPhotoPanel::uploadCallback, this, _1, _2));
exoFlickr::uploadPhoto(params, previewp->getFormattedImage().get(), boost::bind(&LLFlickrPhotoPanel::uploadCallback, this, _1, _2));
}
#endif
// </FS:Ansariel>