Posted by c960657 on February 4, 2010 at 10:33pm
5 followers
Jump to:
| Project: | Drupal core |
| Version: | 6.x-dev |
| Component: | system.module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
| Issue tags: | Quick fix |
Issue Summary
The system module's hook_permission() implementation returns the permission “administer files”, but that permission is not used anywhere in core.
It was introduced in #115267-16: Simplify File Uploads, Centralize File Validation and Quotas, Fix File Previews.... without any explanation, so I assume that it was added by mistake.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| administer-files-1.patch | 2.43 KB | Idle | FAILED: [[SimpleTest]]: [MySQL] Unable to apply patch administer-files-1.patch. | View details | Re-test |
Comments
#1
Committed to CVS HEAD. Thanks.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.
#3
can this be ported to D6?
#4
No, the permission "administer files" is in use in D6.