* warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/drlatif/public_html/sites/all/modules/tellafriend/tellafriend.module on line 453.

Throws this message twice with one Email Address, three times with two Email address.

This is a great module, I use it in all my D5 sites.

Anything I can due to help, test etc, let me know.

Regards
Ron

CommentFileSizeAuthor
D6 Setup.txt417 bytesron_mahon

Comments

Pablo Demono’s picture

I've got the same problem

Pablo Demono’s picture

to avoid warning, I've changed 1 line in tellafriend_mail() method

function tellafriend_mail($key, &$message, $params) {
   ...
  $message['headers'] = array_merge($message['headers'], $params['headers'] ? $params['headers'] : array() );
   ...
}
thierry_gd’s picture

Fixed in 6.2.8 version

thierry_gd’s picture

Status: Active » Fixed

Fixed in 6.2.8 version

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

3duardo’s picture

Hi, I am using 6.2.8 version and getting the same error!