wrong:

/**
 * Implements hook_permission().
 */
function fb_permission_permision() {
 ...

right:

/**
 * Implements hook_permission().
 */
function fb_permission_permission() {
 ...

Comments

Dave Cohen’s picture

Status: Active » Fixed

Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.