Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Commit

Permalink
Fix typo in Midas_Mail_Transport_Service constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiesnape committed Sep 17, 2015
1 parent 04e315f commit fe37dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Midas/Mail/Transport/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Midas_Mail_Transport_Service extends Zend_Mail_Transport_Abstract
*/
public function __construct(Midas_Service_Mail $service)
{
$this->$_service = $service;
$this->_service = $service;
}

/**
Expand Down

0 comments on commit fe37dcc

Please sign in to comment.