Closed (fixed)
Project:
Taxonomy Term Permissions
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2012 at 10:41 UTC
Updated:
2 Nov 2012 at 08:51 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
druvision commentedI've added two lines of code which prevent this error on line 132 of term_pemissions.module:
Attached is a basic patch
Please fix the module!
Comment #2
misc commentedCould not apply your patch, so I rewrote it.
Comment #3
misc commentedSeem to work ok.
Comment #4
misc commentedCommitted to latest dev.
Comment #6
R.Sungatov commentedindex_language-1629964-2.patch
strange, but it not work for me
i change
if (!in_array('#language', $form[$field_name])) { continue; }
on
if (!isset($form[$field_name]['#language'])) continue;