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

asak’s picture

Thank you. that solved my problem.

Problem described here

asak’s picture

Status: Postponed (maintainer needs more info) » Needs review