Skip to content

Commit 3fc2d56

Browse files
committed
Refs #42474, Fix method signature in TaiwanTax::endPostProcess to match parent declaration.
1 parent 3a0fa0e commit 3fc2d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CRM/Report/Form/Contribute/TaiwanTax.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ function postProcess() {
285285
parent::postProcess();
286286
}
287287

288-
function endPostProcess($rows) {
288+
function endPostProcess(&$rows = NULL) {
289289
if ($this->_outputMode == 'csv') {
290290
$year = $rows[0]['civicrm_contribution_receive_date'];
291291
CRM_Report_Utils_Report::export2xls($this, $rows, $year . '_' . ts('Your SIC Code'). '.xlsx');

0 commit comments

Comments
 (0)