This commit is contained in:
Roman Syroeshko 2015-07-02 21:46:29 +03:00
parent 988eaca87e
commit db8221d303
1 changed files with 2 additions and 1 deletions

View File

@ -340,7 +340,8 @@ class TemplateProcessor
} }
/* /*
* Note: we do not use ``rename`` funcion here, because it looses file ownership data on Windows, and the file may not open. * Note: we do not use ``rename`` funcion here, because it looses file ownership data on Windows platform.
* As a result, user cannot open the file directly getting "Access denied" message.
* *
* @see https://github.com/PHPOffice/PHPWord/issues/532 * @see https://github.com/PHPOffice/PHPWord/issues/532
*/ */