[ci skip]
This commit is contained in:
troosan 2018-04-02 14:50:31 +02:00 committed by GitHub
parent ed24140e2f
commit 67b18c32e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ function write($phpWord, $filename, $writers)
$result .= EOL; $result .= EOL;
} }
$result .= getEndingNotes($writers); $result .= getEndingNotes($writers, $filename);
return $result; return $result;
} }
@ -95,7 +95,7 @@ function write($phpWord, $filename, $writers)
* *
* @return string * @return string
*/ */
function getEndingNotes($writers) function getEndingNotes($writers, $filename)
{ {
$result = ''; $result = '';