Opened 6 years ago

Closed 6 years ago

#4700 closed defect (bug) (fixed)

class.smtp.php in "class-phpmailer.php" should be "class-smtp.php"

Reported by: tension7 Owned by: Nazgul
Priority: normal Milestone: 2.3
Component: General Version:
Severity: normal Keywords: smtp has-patch
Cc:

Description

in class-phpmailer.php
line 459, function SmtpSend($header, $body)
line 460, include_once($this->PluginDir. "class.smtp.php");

here should be '-'

Attachments (1)

4700.diff (480 bytes) - added by Nazgul 6 years ago.

Download all attachments as: .zip

Change History (3)

Nazgul6 years ago

  • Keywords has-patch added
  • Milestone set to 2.3 (trunk)
  • Owner changed from anonymous to Nazgul
  • Status changed from new to assigned
  • Resolution set to fixed
  • Status changed from assigned to closed

(In [5852]) Fix class-smtp.php typo. Props Nazgul, tension7. fixes #4700

Note: See TracTickets for help on using tickets.