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

Commit

Permalink
Corrected getLastMessage() to return proper property
Browse files Browse the repository at this point in the history
  • Loading branch information
manchuck committed Oct 4, 2013
1 parent 342946d commit 209ffb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Mail/Transport/Null.php
Expand Up @@ -40,6 +40,6 @@ public function send(Message $message)
*/
public function getLastMessage()
{
return $this->lastFile;
return $this->lastMessage;
}
}

0 comments on commit 209ffb0

Please sign in to comment.