From f2db5910ed265cf3fb3fc87c1f5183122c944e48 Mon Sep 17 00:00:00 2001 From: nuxsmin Date: Wed, 1 Feb 2017 13:17:04 +0100 Subject: [PATCH] * [FIX] Fixed account creation when copying from another one. --- inc/SP/Forms/AccountForm.class.php | 1 + 1 file changed, 1 insertion(+) 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();