X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fphpmailer%2Ftest%2Fphpmailer_test.php;h=ffbe4bd42982c853d728a979f09b70b9aa6bc322;hb=54064b2236537ac1d673c36686c0c4fda1cf4a3a;hp=63743ea8c22afbb31ae5fa6712ed995aafbe4cb0;hpb=dbe56bb043ba16ca1ec1e9efa9effdc1f0612261;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);