Bug #26757
closed
stdWrap for Click-to-enlarge is broken (typo, nobrainer)
Added by Yves Poersch over 13 years ago.
Updated over 13 years ago.
Category:
Content Rendering
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
- 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
Patch set 1 of change Ie107fe9d4ddcfe04d341755834c049487e205c2d has been pushed to the review server.
It is available at http://review.typo3.org/2079
- Status changed from New to Under Review
Patch set 2 of change Ie107fe9d4ddcfe04d341755834c049487e205c2d has been pushed to the review server.
It is available at http://review.typo3.org/2079
Patch set 3 of change Ie107fe9d4ddcfe04d341755834c049487e205c2d has been pushed to the review server.
It is available at http://review.typo3.org/2079
Patch set 4 of change Ie107fe9d4ddcfe04d341755834c049487e205c2d has been pushed to the review server.
It is available at http://review.typo3.org/2079
Patch set 1 of change If5c82e36dab13f85728440e2410bf734df7b727a has been pushed to the review server.
It is available at http://review.typo3.org/2087
- Status changed from Under Review to Resolved
- Assignee set to Xavier Perseguers
- Status changed from Resolved to Closed
Also available in: Atom
PDF