Actions
Bug #18447
closedt3lib_div::mkdir() should use mkdir() silently
Start date:
2008-03-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
t3lib_div::mkdir() calls the PHP function mkdir(), but it should call it as @mkdir(), so that no output is returned when it fails.
Also it doesn't return a proper false value when exiting with an error.
The proposed patch cleans this up.
(issue imported from #M7861)
No data to display
Actions