The Translation Management module on icl_core/icl_core.module calls the deprecated function split. The attached patch replaces the call of split with explode.
This issue is similar to http://drupal.org/node/1134576
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | splitANDmessagebox.patch | 1.89 KB | JeroenBrijns |
| translation-management-split-fix.patch | 1.02 KB | jmbsvicetto |
Comments
Comment #1
stefgosselin commentedLanded here to post the same fix.
Comment #2
JeroenBrijns commentedComment #3
miro_dietikerCurrently we're reimplementing this module from scratch in our codesprint:
http://drupalevents.ch/drupal/codesprint-2012
Thus all current bug reports and feature requests are dropped. Please recheck once the the sprint is completed.
Comment #4
hectorelgomez commentedThanks, works perfectly!