Closed (fixed)
Project:
Taxonomy Term Permissions
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2013 at 21:50 UTC
Updated:
12 Jul 2019 at 14:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Likos73 commentedSame problem. Although the issue is 4 years old I try. Any solution on this?
Thanx!
Comment #2
saurabh.dhariwal commented@Likos73, I received the same error on Privatemsg conversation pages. I resolved this error & attached patch for the same. Can you please verify it once, if it is still not working for you then let me know for the same.
thanks!.
Comment #3
akash.addweb commented@saurabh.dhariwal, Thanks for solving this error, It is working fine for me, I checked it over simplytest.me.
I got the error message on Privatemsg conversation pages. I attached the screenshots for the same. PFA
Comment #4
Likos73 commentedAgree-it works. Thank you!!!
Comment #6
roborn commentedThanks for reporting this issue.
The provided patch will cause $options to never be set. What we need to check for is if $form[$field_name]['#language'] is set, then set $options reference.
Fixed.