XFileSharing Pro - email - contact form

Message
Author
dollarek
Posts: 46
Joined: Jan 11, 2008 5:09 pm

email - contact form

#1 Postby dollarek » Feb 16, 2008 11:36 pm

while user is sending email using form i am not getting any text from it, only what i am receiving is

Code: Select all

You've got message from  (blablabla@blablabla) on blablabla.com site:


.

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Feb 18, 2008 11:58 am

I'm sorry. I've found this regression bug a bit later.
Here goes really quick fix :)

In Session.pm find

Code: Select all

my ($self,$str);
and replace it with

Code: Select all

my ($self,$str)=@_;