| View previous topic :: View next topic |
| Author |
Message |
dollarek
Joined: 11 Jan 2008 Posts: 46
|
Posted: Feb 16, 2008 11:36 pm Post subject: email - contact form |
|
|
while user is sending email using form i am not getting any text from it, only what i am receiving is
| Code: |
You've got message from (blablabla@blablabla) on blablabla.com site:
. |
|
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2133 Location: UFO Lab
|
Posted: Feb 18, 2008 11:58 am Post subject: |
|
|
I'm sorry. I've found this regression bug a bit later.
Here goes really quick fix
In Session.pm find
and replace it with
| Code: | | my ($self,$str)=@_; |
|
|
| Back to top |
|
 |
|