diff --git a/inc/SP/Forms/AccountForm.class.php b/inc/SP/Forms/AccountForm.class.php index c8bbc437..6a4d3798 100644 --- a/inc/SP/Forms/AccountForm.class.php +++ b/inc/SP/Forms/AccountForm.class.php @@ -62,6 +62,7 @@ class AccountForm extends FormBase implements FormInterface $this->checkCommon(); break; case ActionsInterface::ACTION_ACC_NEW: + case ActionsInterface::ACTION_ACC_COPY: $this->analyzeRequestData(); $this->checkCommon(); $this->checkPass();