Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-6036 now.

Missing IP Address in PM's (fix completed in vcs)

I have noticed that the author IP address is not appearing in the privmsgs_to table.

I have found that by changing
Code: Select all
'from_user_ip'            => $user->data['user_ip'], 
to
Code: Select all
'from_user_ip'            => $user->ip
in includes/ucp/ucp_pm_compose.php (line 608) then the IP address is written to the database.

(This is the same code that is used in includes/functions_posting.php - line 1588)

Comments / History

Linked ticket with changeset: r8110

Action performed by Anonymous (I am too lazy to register) on Sep 26th 2007, 13:57

Assigned ticket to user "Acyd Burn"

Action performed by Acyd Burn (Server Manager) on Sep 26th 2007, 13:57

Changed ticket status from "New" to "Fix completed in CVS"

Action performed by Acyd Burn (Server Manager) on Sep 26th 2007, 13:57

Ticket details

Related SVN changesets