Actions
Bug #76906
closedProtected property sword disables possiblity to use hook
Start date:
2016-07-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
7.0
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
On Location Sprint
Description
Having:
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['indexed_search']['pi1_hooks']['initialize_postProc'] = 'XXXXXXX\TxExtension\Hooks\IndexedsearchHook';
and
function initialize_postProc() { if(GeneralUtility::_GP('q')){ $this->pObj->sword = GeneralUtility::_GP('q'); } }
leaves me with an error because the property sword is protected :-(
Updated by Tymoteusz Motylewski about 8 years ago
- Sprint Focus set to On Location Sprint
Updated by Gerrit Code Review about 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50127
Updated by Gerrit Code Review about 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50127
Updated by Gerrit Code Review about 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50127
Updated by Gerrit Code Review about 8 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50127
Updated by Michał Jankiewicz about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset af14acec32bc0ec3eed1f17823183b3843f722e7.
Actions