Skip to content

Commit

Permalink
fix mail
Browse files Browse the repository at this point in the history
  • Loading branch information
mzhelskiy committed Jan 16, 2017
1 parent 48dbb5b commit e44233a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions classes/modules/mail/Mail.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -323,4 +323,12 @@ public function GetError()
{
return $this->sError;
}

/**
* @return phpmailer
*/
public function GetMailer()
{
return $this->oMailer;
}
}

0 comments on commit e44233a

Please sign in to comment.