Just a little bug report (and fix)

forum_access.module, line 208:

$form['forum_access']['acl'] = acl_edit_form($acl_id, 'Moderators');

should be replaced with:

$form['forum_access']['acl'] = acl_edit_form($acl_id, t('Moderators'));

Thanks for your work, this module is really useful ;)

CommentFileSizeAuthor
#1 forum_access.20070617b.patch562 bytessalvis

Comments

salvis’s picture

Version: 5.x-1.7 » 5.x-1.x-dev
Status: Active » Reviewed & tested by the community
StatusFileSize
new562 bytes

Yes, this works. Here's the patch.

salvis’s picture

Status: Reviewed & tested by the community » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

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