Skip to content

Commit

Permalink
Merge pull request #9 from hostnet/hboomsma-patch-1
Browse files Browse the repository at this point in the history
Update class.smtp.php
  • Loading branch information
yannickl88 committed Dec 3, 2015
2 parents 18088ff + fdda7ef commit 1075b9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class SMTP
* @access public
* @return void
*/
function SMTP() {
function __construct() {
$this->smtp_conn = 0;
$this->error = null;
$this->helo_rply = null;
Expand Down

0 comments on commit 1075b9d

Please sign in to comment.