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
Comment #1
arnabdotorg commentedFixed, committed. Thanks.