Closed (fixed)
Project:
Media Mover
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Nov 2009 at 19:57 UTC
Updated:
19 Dec 2009 at 21:29 UTC
After $perms is set according to the configuration, it then tries to redefine it using a constant. The problem is that the value in the configuration is 'public-read' which is the value of the constant, not the name, so this causes an error. I suppose this would work if the form values were the constant names instead of the values (i.e. ACL_PUBLIC_READ), but I don't see why its necessary.
Removing that line seems to work as it should.
Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| mm_s3_perms.patch | 839 bytes | msonnabaum |
Comments
Comment #1
msonnabaum commentedLooks like this was fixed here:
http://drupal.org/cvs?commit=299020
Closing.