View Single Post
  #8  
Old 12-23-2015, 01:33 AM
Distortion's Avatar
Distortion Distortion is offline
Member
 
Join Date: Dec 2015
Location: Somewhere beyond the sea
Posts: 31
Gender: Female
Credits: 5,150
Distortion is on a distinguished road
Default

replace line 178 with:
PHP Code:
 $document->add(new Link("messages/newpm/{$member->uid}""Send {$mysidia->input->get("user")} a Private Message"TRUE)); 
Basically just changing {$mysidia->input->get("user")} to {$member->uid}
__________________
Reply With Quote