Actions
Bug #27184
closedlocale_all ignored in eid extensions
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-06-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The system locale config.locale_all is ignored in extensions included with eid (ajax, img, ...).
Workaround: setlocale(LC_ALL, $GLOBALS['TSFE']->config['config']['locale_all']); in init()-function
Actions