Project

General

Profile

Actions

Bug #24663

closed

Wrong property declaration in t3lib_mail_Message API

Added by Steffen Müller almost 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2011-01-19
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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)


Files

17143.diff (767 Bytes) 17143.diff Administrator Admin, 2011-01-19 15:18
17143_v2.diff (635 Bytes) 17143_v2.diff Administrator Admin, 2011-01-19 18:24
Actions #1

Updated by Steffen Müller almost 14 years ago

Appended patch fixes the issue

Actions #2

Updated by Steffen Müller almost 14 years ago

appended v2 leaves the annotation as is.

Actions #3

Updated by Ernesto Baschny almost 14 years ago

committed to rev. 10162

Actions #4

Updated by Susanne Moog over 13 years ago

  • Target version deleted (4.5.0)
Actions

Also available in: Atom PDF