Hye there,
i got this message after submitting but the email are sending.
Here is the message:
Warning: trim() expects parameter 1 to be string, array given in C:\wamp\www\....\libraries\joomla\mail\helper.php on line 35
it appear above the thanks message.
Please help me get rid of this error
This is the code from line 35:
public static function cleanLine($value)
{
return trim(preg_replace('/(%0A|%0D|\n+|\r+)/i', '', $value)); <-----LINE 35
}
Thanks!
i got this message after submitting but the email are sending.
Here is the message:
Warning: trim() expects parameter 1 to be string, array given in C:\wamp\www\....\libraries\joomla\mail\helper.php on line 35
it appear above the thanks message.
Please help me get rid of this error
This is the code from line 35:
public static function cleanLine($value)
{
return trim(preg_replace('/(%0A|%0D|\n+|\r+)/i', '', $value)); <-----LINE 35
}
Thanks!