Actions
Bug #22558
closedWriting configuration to extTables.php for $TBE_STYLES does not work
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-04-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
after patch for #19585 i can write Values for "$T3_SERVICES (Registered Services)" and not for $TBE_STYLES (Skinning Styles), is this correct ?
testet on clean current trunk 7478
changes for $TBE_STYLES
on line 289
from:
if (TYPO3_extTableDef_script != '' && ($this->MOD_SETTINGS['function'] 1 || $this->MOD_SETTINGS['function'] 4)) {
to:
if (TYPO3_extTableDef_script != '' && ($this->MOD_SETTINGS['function'] 1 || $this->MOD_SETTINGS['function'] 7)) {
(issue imported from #M14267)
Actions