Actions
Bug #21474
closedPHP-5.3: No module labels
Start date:
2009-11-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Running on PHP 5.3 in Windows, labels for modules (Web, User tools, Admin tools, etc) are missing.
Problem is the following line in class.t3lib_loadmodules.php:
$path = preg_replace('/\/[^\/.]+\/\.\.\//', '/', $fullpath);
$path is NULL in this case.
(issue imported from #M12484)
Files
Actions