diff --git a/src/Security/Confirmation/Handler.php b/src/Security/Confirmation/Handler.php index c6f0833e5..27e3232f2 100644 --- a/src/Security/Confirmation/Handler.php +++ b/src/Security/Confirmation/Handler.php @@ -50,7 +50,6 @@ class Handler extends RequestHandler 'Title' => _t(__CLASS__ . '.FORM_TITLE', 'Confirm potentially dangerous action'), 'Form' => $this->Form() ]; - return $this; } /**