Closed (fixed)
Project:
Node Reference Create
Version:
7.x-1.0-beta2
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 May 2011 at 17:11 UTC
Updated:
9 Jun 2011 at 22:41 UTC
There is no language specified on node creation with Node Reference Create 7.x-1.0-beta2.
The newly created node is listed in admin/content with "Undefined language ()".
Comments
Comment #1
pomliane commentedPatched with:
$newnode->language = $element['#language'];Added after line 135 in noderefcreate_autocomplete_validate() in the noderefcreate.module file.
Comment #2
jackbravo commentedcommited! thanks Pomliane!