Needs review
Project:
Message Box
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2008 at 11:03 UTC
Updated:
24 Mar 2008 at 08:28 UTC
There is a little bug in _messagebox_form() function. $user variable is not set so checking for og users can't be done. Adding a
global $user;
in top of a _messagebox_form() seems to fix problem.
Also there is no checking of og users in messagebox_new_submit() function. Is this planed in some next version?
Comments
Comment #1
asak commentedThank you. that solved my problem.
Problem described here
Comment #2
asak commented