Posted by Fool2 on March 5, 2006 at 8:48pm
2 followers
Jump to:
| Project: | Textimage |
| Version: | 5.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Fool2 |
| Status: | closed (fixed) |
Issue Summary
There is a typo in CVS on line 59 or 68, depending on author intent.
The menu access calls this :
'access' => user_access('access textimage'),However, the access for the module is called using this:
function textimage_perm() {
return array('access textimages');
}They need to match in order for the module to work.
Should it be access textimage or access textimages?
Comments
#1
Fixed, committed. Thanks.