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

Commit fe37dcc

Browse files
committed
Fix typo in Midas_Mail_Transport_Service constructor
1 parent 04e315f commit fe37dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/Midas/Mail/Transport/Service.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Midas_Mail_Transport_Service extends Zend_Mail_Transport_Abstract
3434
*/
3535
public function __construct(Midas_Service_Mail $service)
3636
{
37-
$this->$_service = $service;
37+
$this->_service = $service;
3838
}
3939

4040
/**

0 commit comments

Comments
 (0)