Fix for #532.
This commit is contained in:
parent
988eaca87e
commit
db8221d303
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue