Needs review
Project:
Messaging
Version:
6.x-4.0-beta8
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2010 at 13:57 UTC
Updated:
14 May 2011 at 02:39 UTC
Jump to comment: Most recent file
Comments
Comment #1
jsmm commentedHi. I had the same issue but it went away when I updated both messaging and notifications to version 6.x-4.0-beta7.
Comment #2
roderikUhm, no. It probably didn't, since the error is still in CVS.
There's a second error... the 'language' passed to the Messaging_Message object should be a string, not an object.
(If $message->language is set to an object, as per Messaging_Object::__construct()... then at some point, you'll get warning messages in Messaging_Object::set_language(). The isset() statement on line 124 will bork.)
Comment #3
jose reyero commentedFixed, thanks
Comment #4
roderikAs per my patch/comments in #2, the 'language' item should contain a string, not an object.
Re-roll against beta8.