Actions
Bug #24210
closedPHP notices from XCLASS inclusions
Start date:
2010-11-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The default XCLASS inclusion generates PHP notices as it uses $TYPO3_CONF_VARS and tries to access undefined array indexes.
Fix by using $GLOBALS['TYPO3_CONF_VARS'] and isset()
(issue imported from #M16574)
Files
Updated by Popy no-lastname-given almost 14 years ago
I suggested something like that : #23394
maybe "cleaner" ?
Updated by Steffen Gebert almost 14 years ago
committed to trunk rev. 9758
workspaces rev. 3301/3302
issue in pagetree tracker:
http://forge.typo3.org/issues/11289
issue in dbal tracker:
http://bugs.typo3.org/view.php?id=16677
Actions