Closed (fixed)
Project:
Mollom
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 Jun 2009 at 20:58 UTC
Updated:
24 Jun 2009 at 07:10 UTC
Jump to comment: Most recent file
As discovered in #259488: Webform support the menu path information for reporting contact e-mails is incorrect and leads to an access denied.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 486798.patch | 751 bytes | dave reid |
Comments
Comment #1
dave reidAttached patch fixes the bug by changing
'access arguments' => TRUEto'access callback' => TRUE.Comment #2
dave reidI suppose it would be nice to add a test for this link once the e-mail testing capability is backported to SimpleTest 6.x-2.x. I don't think this can hold it up though.
Comment #3
dries commentedCommitted to CVS HEAD. Thanks Dave.
Maybe we should create a place holder issue for writing e-mail tests when the changes are backported? I think it is pretty important to have tests for those.