File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -71,11 +71,11 @@ protected function formHasPassword(Form $form): bool
7171 protected function ignoreValidationIfConfirmation (): bool
7272 {
7373 return (
74- !empty (FrontendUtility::getArguments ()['__referrer ' ])
75- && !empty (FrontendUtility::getArguments ()['action ' ])
76- && FrontendUtility::getArguments ()['__referrer ' ]['@action ' ] === 'confirmation '
77- && FrontendUtility::getArguments ()['action ' ] === 'create '
78- )
74+ !empty (FrontendUtility::getArguments ()['__referrer ' ])
75+ && !empty (FrontendUtility::getArguments ()['action ' ])
76+ && FrontendUtility::getArguments ()['__referrer ' ]['@action ' ] === 'confirmation '
77+ && FrontendUtility::getArguments ()['action ' ] === 'create '
78+ )
7979 || (
8080 !empty (FrontendUtility::getArguments ()['controller ' ])
8181 && !empty (FrontendUtility::getArguments ()['action ' ])
You can’t perform that action at this time.
0 commit comments