Hi,
Thanks for the bug report, the sample code really helps us resolve issues more quickly!
This is indeed a bug, and it has been fixed for the next release. You can work around this bug by initializing the members of
UserMessage to empty strings:
Code:
$um = new jf_nation_UserMessage;
$um->User = "";
$um->Pwd = "";
$um->Group = "";
$um->Session = "";
Take care,
- Mark