Actions
Bug #14771
closedSetting forceReturnPath does not work
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2005-05-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8.1
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
There is a type in t3lib_htmlmail:
function t3lib_htmlmail () {
$this->forceReturnPath =
$GLOBALS['TYPO3_CONF_VARS']['SYS']['enableReturnPath'];
}
instead of the correct
function t3lib_htmlmail () {
$this->forceReturnPath =
$GLOBALS['TYPO3_CONF_VARS']['SYS']['forceReturnPath'];
}
("force" not "enable").
Please fix it in 3.8.1. Please release 3.8.1 in one or two (maximum!!) weeks. Mainteneance releases are a good sign of an active development.
(issue imported from #M1130)
No data to display
Actions