Download & Extend

Typo causes breaks image captchas

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

Status:needs review» closed (fixed)

Fixed, committed. Thanks.

nobody click here