Ticket #4700 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

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

Reported by: tension7 Assigned to: 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

4700.diff (480 bytes) - added by Nazgul on 08/05/07 07:27:31.

Change History

08/05/07 07:27:31 changed by Nazgul

  • attachment 4700.diff added.

08/05/07 07:28:01 changed by Nazgul

  • keywords changed from smtp to smtp has-patch.
  • owner changed from anonymous to Nazgul.
  • status changed from new to assigned.
  • milestone set to 2.3 (trunk).

08/05/07 18:13:24 changed by markjaquith

  • status changed from assigned to closed.
  • resolution set to fixed.

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