This commit is contained in:
Roman Syroeshko 2015-08-16 19:50:47 +04:00
parent 75b479fa23
commit 90295fe09c
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ class TemplateProcessor
} }
/* /*
* Note: we do not use ``rename`` funcion here, because it looses file ownership data on Windows platform. * Note: we do not use ``rename`` function here, because it looses file ownership data on Windows platform.
* As a result, user cannot open the file directly getting "Access denied" message. * 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