Bug #37541
closedDeclaration of tx_rtehtmlarea_base::drawRTE() should be compatible
100%
Description
PHP Runtime Notice: Declaration of tx_rtehtmlarea_base::drawRTE() should be compatible with t3lib_rteapi::drawRTE(&$pObj, $table, $field, $row, $PA, $specConf, $thisConfig, $RTEtypeVal, $RTErelPath, $thePidValue) in /typo3/6.0.0-dev/typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php line 36
Updated by Jigal van Hemert over 12 years ago
- Category set to RTE (rtehtmlarea + ckeditor)
- Status changed from New to Accepted
- Complexity set to no-brainer
I guess that only the first parameter should be turned into a reference.
Updated by Franz Koch over 12 years ago
same issue in Typo3 4.7.1 and php 5.4.4. And yes, defining the first parameter as reference solves the issue
Updated by Gerrit Code Review over 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12426
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/12427
Updated by Stanislas Rolland over 12 years ago
- Assignee set to Stanislas Rolland
- Target version changed from 6.0.0-alpha2 to 4.5.17
Updated by Stanislas Rolland over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 14a29468d3b8f9a1901c3c28d47392ab0dd9af89.
Updated by Gerrit Code Review over 12 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/12428
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/12430
Updated by Stanislas Rolland over 12 years ago
- Status changed from Under Review to Resolved
Applied in changeset 885d256ef3ba565952208f7d3baa4f14c2cb3d3e.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed