* [FIX] Fixed account creation when copying from another one.

This commit is contained in:
nuxsmin
2017-02-01 13:17:04 +01:00
parent 8bb55aa86e
commit f2db5910ed

View File

@@ -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();