Actions
Bug #15152
closedComma separated list DON'T accept spaces at "db_layout"
Start date:
2005-10-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Support for custom tables in the Page module, using this http://typo3.org/documentation/document-library/doc_core_api/Support_for_custom_t/ advise fails if you use spaces between the comma separated list.
At sysext/cms/layout/class.tx_cms_layout.php, the function "makeOrdinaryList" fails to trim the setting at $TYPO3_CONF_VARS['EXTCONF']['cms']['db_layout']['addTables']['tablename']0['fList'].
It can be fixed using t3lib_div::trimExplode, I guess.
(issue imported from #M1728)
Files
Updated by Ernesto Baschny about 14 years ago
Commited to
- trunk (rev. 8701 for 4.5alpha2)
- 4.4 (rev. 8702, for 4.4.3)
- 4.3 (rev. 8703, for 4.3.6)
Actions