Bug #26757
closedstdWrap for Click-to-enlarge is broken (typo, nobrainer)
0%
Description
There is a typo at sysext/cms/tslib/class.tslib_content.php @ LINE: 1459 to 1464 (TYPO3 4.5.2)
Original lines:
// Create TARGET-attribute only if the right doctype is used if (!t3lib_div::inList('xhtml_strict,xhtml_11,xhtml_2', $GLOBALS['TSFE']->xhtmlDoctype)) { $target = isset($conf['target.']) ? $this-stdWrap($conf['target'], $conf['target.']) : $conf['target'];
BUG @ LINE 1463
This is not correct: ? $this-stdWrap
It should be ? $this->stdWrap
BR
Yves Poersch
Updated by Chris topher over 13 years ago
- Subject changed from stdWrap at Click-to-enlarge is broken to stdWrap for Click-to-enlarge is broken (typo, nobrainer)
- Target version set to 4.5.3
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change Ie107fe9d4ddcfe04d341755834c049487e205c2d has been pushed to the review server.
It is available at http://review.typo3.org/2079
Updated by Chris topher over 13 years ago
- Status changed from New to Under Review
Updated by Mr. Hudson over 13 years ago
Patch set 2 of change Ie107fe9d4ddcfe04d341755834c049487e205c2d has been pushed to the review server.
It is available at http://review.typo3.org/2079
Updated by Mr. Hudson over 13 years ago
Patch set 3 of change Ie107fe9d4ddcfe04d341755834c049487e205c2d has been pushed to the review server.
It is available at http://review.typo3.org/2079
Updated by Mr. Hudson over 13 years ago
Patch set 4 of change Ie107fe9d4ddcfe04d341755834c049487e205c2d has been pushed to the review server.
It is available at http://review.typo3.org/2079
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change If5c82e36dab13f85728440e2410bf734df7b727a has been pushed to the review server.
It is available at http://review.typo3.org/2087
Updated by Xavier Perseguers over 13 years ago
- Status changed from Under Review to Resolved
- Assignee set to Xavier Perseguers
Updated by Oliver Hader over 13 years ago
- Status changed from Resolved to Closed