-
Bug
-
Resolution: Fixed
-
3.0.RC5
-
None
-
PHP Environment:
Database:
I have noticed that the author IP address is not appearing in the privmsgs_to table.
I have found that by changing
'from_user_ip' => $user->data['user_ip'],
|
'from_user_ip' => $user->ip,
|
(This is the same code that is used in includes/functions_posting.php - line 1588)

