Please add global $user; to following functions:
global $user;
You missed this.
Thanks.
basic_webmail_mail_list basic_webmail_mail_list_form
I believe I've fixed those two, here: http://drupalcode.org/project/basic_webmail.git/commit/6f0f24f. Thanks for pointing them out.
_basic_webmail_send_mail_form
I did not find the missing global $user; in that function. Maybe the function name is incorrect? Would you please give me a line number or something more to go on?
I'll leave this open until this last item is resolved.
It is my mistake.
Based on reading above, it sounds like this is fixed, yea?
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
leksat commentedComment #2
oadaeh commentedI believe I've fixed those two, here: http://drupalcode.org/project/basic_webmail.git/commit/6f0f24f. Thanks for pointing them out.
I did not find the missing
global $user;in that function. Maybe the function name is incorrect? Would you please give me a line number or something more to go on?I'll leave this open until this last item is resolved.
Comment #3
leksat commentedIt is my mistake.
Comment #4
hefox commentedBased on reading above, it sounds like this is fixed, yea?