Skip to content

Commit de36415

Browse files
committed
Fix #351
1 parent 7f6ecf6 commit de36415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Retour/Panel/FailureResolveDrawer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function submit(): bool|array
3333
$input = $this->data();
3434

3535
$redirects->create([
36-
'creator' => $this->creator()->email(),
36+
'creator' => $this->kirby()->user()?->email(),
3737
...$input
3838
]);
3939

0 commit comments

Comments
 (0)