UMPsychMethodsCore / MethodsCore

All of the projects that the methods core develops, combined into one repository!
7 stars 0 forks source link

fix #354 #359

Closed heffjos closed 10 years ago

heffjos commented 10 years ago

This pull requests fixes issue #354. mc_Usage create the usage directory tree one-by-one. After each directory is successfully created, its permissions are set to 'rwxrwx-wx'. This should allow all users to write into the usage sub-directories. If I get a +1, I will merge into beta.

dankessler commented 10 years ago

Thanks for testing. I suppose strictly speaking not having read access to a directory will not prevent creating subdirectories there anyway.

dankessler commented 10 years ago

+1 for merge assuming you've tested it based on your earlier comments