Bug #24663

Wrong property declaration in t3lib_mail_Message API

Added by Steffen Müller over 4 years ago. Updated over 4 years ago.

Status:Closed Start date:2011-01-19
Priority:Should have Due date:
Assigned To:Ernesto Baschny % Done:

0%

Category:- Spent time: -
Target version:-
TYPO3 Version:4.5 Is Regression:
PHP Version: Sprint Focus:
Complexity:

Description

The visibility declaration in the t3lib_mail_Message class is "var", but should be "protected":

class t3lib_mail_Message extends Swift_Message {
var $mailer;
var $sent = FALSE;
var $failedRecipients = array();

(issue imported from #M17143)

17143.diff Magnifier (767 Bytes) Administrator Admin, 2011-01-19 15:18

17143_v2.diff Magnifier (635 Bytes) Administrator Admin, 2011-01-19 18:24


Related issues

related to TYPO3.SwiftMailer - Bug #12372: Wrong property declaration in message API Resolved 2011-01-19

History

#1 Updated by Steffen Müller over 4 years ago

Appended patch fixes the issue

#2 Updated by Steffen Müller over 4 years ago

appended v2 leaves the annotation as is.

#3 Updated by Ernesto Baschny over 4 years ago

committed to rev. 10162

#4 Updated by Susanne Moog over 4 years ago

  • Target version deleted (4.5.0)

Also available in: Atom PDF