Skip to content

Commit

Permalink
Update class.smtp.php
Browse files Browse the repository at this point in the history
Change constructor style to __construct instead of class name.
  • Loading branch information
Hidde Boomsma committed Dec 3, 2015
1 parent 18088ff commit fdda7ef
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 fdda7ef

Please sign in to comment.