fix unsubscribe route
This commit is contained in:
parent
0e7fa10ab3
commit
669a35daaf
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@
|
|||
return [
|
||||
'pattern' => '/desinscription',
|
||||
'action' => function () {
|
||||
$kirby = kirby();
|
||||
$kirby->impersonate('kirby');
|
||||
|
||||
$email = get('email');
|
||||
$page = page('lettre');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue