X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fphpmailer%2Ftest%2Fphpmailer_test.php;h=ffbe4bd42982c853d728a979f09b70b9aa6bc322;hb=9a60a71dde1189e5c922a6dd377b862d08ea8f51;hp=63743ea8c22afbb31ae5fa6712ed995aafbe4cb0;hpb=8383fc52cd2340ea1756f9e1808fa3589e27c341;p=mailer.git diff --git a/inc/phpmailer/test/phpmailer_test.php b/inc/phpmailer/test/phpmailer_test.php index 63743ea8c2..ffbe4bd429 100644 --- a/inc/phpmailer/test/phpmailer_test.php +++ b/inc/phpmailer/test/phpmailer_test.php @@ -199,7 +199,7 @@ class phpmailerTest extends TestCase $this->AddChange("Encoding", $this->Mail->Encoding); if($this->Mail->CharSet != "iso-8859-1") $this->AddChange("CharSet", $this->Mail->CharSet); - if($this->Mail->Sender != '') + if($this->Mail->Sender != "") $this->AddChange("Sender", $this->Mail->Sender); if($this->Mail->WordWrap != 0) $this->AddChange("WordWrap", $this->Mail->WordWrap);