Actions
Bug #19675
closedHardcoded error messages in file-list
Start date:
2008-12-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The labels 'Parameter Error:' and 'Target was not a directory!' was hardcoded in some files. These files related all to the filelist module.
Solution:- removing the hardcoded labels and fetching the new labels from locallang_mod_file_list.xml
(issue imported from #M9886)
Files
Updated by Stefano Kowalke almost 16 years ago
To see the error you could modifiy the if statement:
if (!$this->target || !$key) {
if ( 1 == 1) {
Actions