The permissions as set up do not allow someone other than the administrator to be given control of brilliant-gallery.
In brilliant_gallery.module line 46 should read:
return array('access brilliant_gallery', 'access administration pages');
not
return array('access brilliant_gallery');
as in the original. The additional permission is used to control access to admin pages, but not declared, so can never be granted.
Regards, Tony.
Needs review
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.