2 small errors:

the function mollom_data_contact_mail_page() uses the $user-object, but $user is not defined as global.
the function mollom_data_contact_mail_user() defines $base_url as global, but does not use it.

patch in attachment

CommentFileSizeAuthor
mollom_define_userobject.patch803 bytesJo Wouters

Comments

dries’s picture

Status: Needs review » Fixed

I've committed this patch to DRUPAL-5, and I've confirmed that this problem does not exist with DRUPAL-6. Thanks Jo.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.