diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-10-06 19:17:01 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-10-06 21:08:30 +0100 |
| commit | 8a4ee39c672840ee75fccd3fa23578043bf2590c (patch) | |
| tree | ecac1d4efd4d762c398aed196c488923b4c6927f /app/Report/ReportHtmlFootnote.php | |
| parent | e33d66762436a8bb1ed10d6d6d0f23bb8f2f0fe3 (diff) | |
| download | webtrees-8a4ee39c672840ee75fccd3fa23578043bf2590c.tar.gz webtrees-8a4ee39c672840ee75fccd3fa23578043bf2590c.tar.bz2 webtrees-8a4ee39c672840ee75fccd3fa23578043bf2590c.zip | |
PHPdoc
Diffstat (limited to 'app/Report/ReportHtmlFootnote.php')
| -rw-r--r-- | app/Report/ReportHtmlFootnote.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Report/ReportHtmlFootnote.php b/app/Report/ReportHtmlFootnote.php index 00bb641ad7..eba7dc0f26 100644 --- a/app/Report/ReportHtmlFootnote.php +++ b/app/Report/ReportHtmlFootnote.php @@ -51,7 +51,7 @@ class ReportHtmlFootnote extends ReportBaseFootnote $html->setCurrentStyle($this->styleName); } - $temptext = str_replace('#PAGENUM#', $html->pageNo(), $this->text); + $temptext = str_replace('#PAGENUM#', (string) $html->pageNo(), $this->text); // underline «title» part of Source item $temptext = str_replace([ '«', |
