Closed (duplicate)
Project:
Private Upload
Version:
6.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2010 at 20:42 UTC
Updated:
2 Dec 2010 at 17:55 UTC
My files are getting set from public to private system wide. I believe I traced it to _private_upload_create_url() which calls variable_set('file_downloads', FILE_DOWNLOADS_PRIVATE); when I login.
Comments
Comment #1
idmacdonald commentedI've experienced this same bug as well.
Looking at the code, I think
variable_set('file_downloads', FILE_DOWNLOADS_PRIVATE);should really bevariable_set('file_downloads', $download_method);, as it is a few lines below.-Ian
Comment #2
idmacdonald commentedI see now that this issue is a duplicate of #498840: Private Upload can change file settings back to 'private'. I'm going to mark this one as a duplicate.
-Ian