We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b5699 commit d3488b7Copy full SHA for d3488b7
src/lib/Notifier/UserInvitation.php
@@ -68,7 +68,7 @@ public function sendInvitation(Invitation $invitation): void
68
'invite_hash' => $invitation->getHash(),
69
'siteaccess' => $invitation->getSiteAccessIdentifier(),
70
'invitation' => $invitation,
71
- 'header_path' => $embeddedHeader,
+ 'header_img_path' => $embeddedHeader,
72
'btn_primary_left_side' => $embeddedBtnPrimaryLeftSide,
73
'btn_primary_right_side' => $embeddedBtnPrimaryRightSide,
74
]);
0 commit comments