Skip to content

Commit

Permalink
Merge pull request #171 from compucorp/COMCL-537-fix-event-bug
Browse files Browse the repository at this point in the history
COMCL-537: Fix Event Registration And Info Pages
  • Loading branch information
shahrukh-compuco authored May 23, 2024
2 parents 5d04423 + ed11dab commit 4621b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Civi/Financeextras/Hook/Links/ContributionRecur.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ private function removeLinks(): void {
}
}

public static function shouldHandle(string $op, string $objectName): bool {
public static function shouldHandle(string $op, ?string $objectName): bool {
return $op === 'contribution.selector.recurring' && $objectName === 'Contribution';
}

Expand Down

0 comments on commit 4621b6f

Please sign in to comment.