Actions
Bug #34601
closedRTE: Deprecated call-time pass-by reference
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2012-03-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
The Hook to extend javascript functions in mod3/class.tx_rtehtmlarea_browse_links.php uses a deprecated call-time pass-by-reference, which may lead to an Exception in the link-dialogue.
PHP-setting "allow_call_time_pass_reference" must be set to "Off" to reproduce the error.
Updated by Gerrit Code Review over 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9423
Updated by Andreas Bouche over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 218d8abecc70135da3f56ad055b60f8b4ccb824c.
Updated by Gerrit Code Review over 12 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/9472
Updated by Andreas Bouche over 12 years ago
- Status changed from Under Review to Resolved
Applied in changeset 831d361c580376c35de04541edda6fe716ac9f94.
Actions