Skip to content

Commit 67b18c3

Browse files
authored
fix
[ci skip]
1 parent ed24140 commit 67b18c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/Sample_Header.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function write($phpWord, $filename, $writers)
8383
$result .= EOL;
8484
}
8585

86-
$result .= getEndingNotes($writers);
86+
$result .= getEndingNotes($writers, $filename);
8787

8888
return $result;
8989
}
@@ -95,7 +95,7 @@ function write($phpWord, $filename, $writers)
9595
*
9696
* @return string
9797
*/
98-
function getEndingNotes($writers)
98+
function getEndingNotes($writers, $filename)
9999
{
100100
$result = '';
101101

0 commit comments

Comments
 (0)