*

Recent

Author Topic: Minor bug in showprofile.php  (Read 3015 times)

kurt

  • Developer
  • Hero Member
  • ******
  • Posts: 634
  • Force: +16/-1
Minor bug in showprofile.php
« on: July 21, 2009, 12:28:04 AM »
There is a bug in the file /pages/showprofile.php that results in a message sent though that page to that person going to the sender instead of them.

The fix is simple:

Open it up and very near the bottom find
Code: [Select]

<input name="to" value="'.$userid.'" type="hidden">



and edit it to read

Code: [Select]

<input name="to" value="'.$userids.'" type="hidden">




and it should work.

Alternatively you may just download the installation file and reupload the new file over the old one.