Skip to content

Commit

Permalink
Fixes #6
Browse files Browse the repository at this point in the history
Oops
  • Loading branch information
thepieterdc authored Jun 20, 2016
1 parent 182f210 commit dfa4a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mailinator/Mailinator.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public function __construct($msgData) {
$this->body = $msgData["parts"][0]["body"];
}
$this->fromEmail = isset($msgData["fromEmail"]) ? $msgData["fromEmail"] : null;
$this->fromName = isset($msgData["from"]) ? $msgData["from"] : null; ;
$this->fromName = isset($msgData["from"]) ? $msgData["from"] : null;
if(isset($msgData["headers"])) {
$this->headers = $msgData["headers"];
}
Expand Down

0 comments on commit dfa4a5c

Please sign in to comment.