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 [
|
return [
|
||||||
'pattern' => '/desinscription',
|
'pattern' => '/desinscription',
|
||||||
'action' => function () {
|
'action' => function () {
|
||||||
|
$kirby = kirby();
|
||||||
|
$kirby->impersonate('kirby');
|
||||||
|
|
||||||
$email = get('email');
|
$email = get('email');
|
||||||
$page = page('lettre');
|
$page = page('lettre');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue