[TYPO3-l10nmgr] RFC #8832: Bug: Method extractFile in class tx_l10nmgr_zip is not using TYPO3 API to create a directory

Andreas Otto andreas at otto-hanika.de
Tue Jul 13 09:27:04 CEST 2010


This is an SVN patch request.

Type: Bugfix

Bugtracker references:
http://forge.typo3.org/issues/8832

Branches:
trunk

Problem:
The method extractFile is using the native PHP mkdir function to create 
a directory.

Solution:
Use t3lib_div::mkdir which also respects the 
$GLOBALS['TYPO3_CONF_VARS']['BE']['folderCreateMask'] setting.



-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: l10nmgr-zip-mkdir.patch
URL: <http://lists.typo3.org/pipermail/typo3-project-l10nmgr/attachments/20100713/8675a8c0/attachment.asc>


More information about the TYPO3-project-l10nmgr mailing list