From db8221d303dd003363690628f065b88c82972cb6 Mon Sep 17 00:00:00 2001 From: Roman Syroeshko Date: Thu, 2 Jul 2015 21:46:29 +0300 Subject: [PATCH] Fix for #532. --- src/PhpWord/TemplateProcessor.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/PhpWord/TemplateProcessor.php b/src/PhpWord/TemplateProcessor.php index 65819727..b240ef71 100644 --- a/src/PhpWord/TemplateProcessor.php +++ b/src/PhpWord/TemplateProcessor.php @@ -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 */