Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Small typo in class.phpmailer-lite.php
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@fiducial.net>
  • Loading branch information
Etienne CHAMPETIER committed Dec 2, 2013
1 parent 5322fa3 commit 9122908
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -380,7 +380,7 @@ public function AddReplyTo($address, $name = '')
private function AddAnAddress($kind, $address, $name = '')
{
if (!preg_match('/^(to|cc|bcc|ReplyTo)$/', $kind)) {
echo 'Invalid recipient array: ' . kind;
echo 'Invalid recipient array: ' . $kind;
return false;
}
$address = trim($address);
Expand Down

0 comments on commit 9122908

Please sign in to comment.