]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/class-phpmailer.php
WordPress 4.7.1
[autoinstalls/wordpress.git] / wp-includes / class-phpmailer.php
index 0e48d7269f0d734e1d4b67430e46cb456b668d55..7f5e3535785720ab0b1d25503d372de3c43fcaf9 100644 (file)
@@ -1517,7 +1517,7 @@ class PHPMailer
     public function getSMTPInstance()
     {
         if (!is_object($this->smtp)) {
-               require_once( 'class-smtp.php' );
+                       require_once( 'class-smtp.php' );
             $this->smtp = new SMTP;
         }
         return $this->smtp;