Skip to content

Commit

Permalink
Fix for #532.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Syroeshko authored and Roman Syroeshko committed Jul 2, 2015
1 parent 988eaca commit db8221d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/PhpWord/TemplateProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,8 @@ public function saveAs($fileName)
}

/*
* 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
*/
Expand Down

0 comments on commit db8221d

Please sign in to comment.