Actions
Bug #89679
closedpostProcContent hooks in felogin override each other
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
felogin
Target version:
-
Start date:
2019-11-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
felogin implements the following hook to do "post processing" (like substitung markers):
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['felogin']['postProcContent']
If multiple classes are present, that use this hooks, the content will always be overriden. - Only the changes in the last executed hook are visible.
Actions