Task #34559
Fix wrong cObject name in comment (CLEAR_REGISTER => RESTORE_REGISTER)
| Status: | Resolved | Start date: | 2012-03-06 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | Code Cleanup | |||
| Target version: | 4.7.0-beta3 | |||
| TYPO3 Version: | 4.7 | Complexity: | no-brainer | |
| PHP Version: | ||||
| Votes: | 0 |
Description
In the comment explaining tslib_fe->registerStack there's a reference to CLEAR_REGISTER (doesn't exist). It should be RESTORE_REGISTER.
Associated revisions
[TASK] Fix wrong cObject name in comment (CLEAR_REGISTER)
In the comment describing $this->registerStack (of tslib_fe) there's a
reference to CLEAR_REGISTER, which doesn't exist. Correct that to
RESTORE_REGISTER.
I searched the core and didn't find other occurrences of CLEAR_REGISTER.
Change-Id: I26c429d9f9cb16e6957425bfd85cc17f3e75a9de
Fixes: #34559
Releases: 6.0
Reviewed-on: http://review.typo3.org/9419
Reviewed-by: Wouter Wolters
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
[TASK] Fix wrong cObject name in comment (CLEAR_REGISTER)
In the comment describing $this->registerStack (of tslib_fe) there's a
reference to CLEAR_REGISTER, which doesn't exist. Correct that to
RESTORE_REGISTER.
I searched the core and didn't find other occurrences of CLEAR_REGISTER.
Change-Id: I26c429d9f9cb16e6957425bfd85cc17f3e75a9de
Fixes: #34559
Releases: 6.0
Reviewed-on: http://review.typo3.org/9419
Reviewed-by: Wouter Wolters
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
History
Updated by Gerrit Code Review about 1 year 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/9419
Updated by Gerrit Code Review about 1 year ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9419
Updated by Gerrit Code Review about 1 year ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9419
Updated by Gerrit Code Review 11 months ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9419
Updated by Sebastian Michaelsen 11 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 46d6405b0e94b90db401d66fe15ecbd67dc7c7cb.