I've attached a screenshot of the error notice. This pops up during a module installation - not just on filter perms install. This appears on every

Many thanks

CommentFileSizeAuthor
#2 filter-perms.png11 KBkingfisher64
filter-perms.png10.96 KBkingfisher64

Comments

raulmuroc’s picture

Thinking instead:

  $group_key => $module_group

Should be $module_group, without '$group_key =>'.

kingfisher64’s picture

StatusFileSize
new11 KB

the changes in #1 generate the following snapshot error

cyu’s picture

Status: Active » Fixed

The problem is that both the form which displays all of the modules and the confirmation form asking if you'd like to enable module dependencies will trigger filter_perms_form_system_modules_alter(). Checking isset($form['modules']) before trying to process should be sufficient for removing this warning.

This should take care of it: http://drupalcode.org/project/filter_perms.git/commitdiff/48e0d89

Status: Fixed » Closed (fixed)

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