1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 03:30:48 +03:00

fix auth validation

This commit is contained in:
Mzhelskiy Maxim 2017-02-16 19:10:49 +07:00
parent 0626f6a2cc
commit 1171306bba

View file

@ -435,6 +435,7 @@ class ActionAuth extends Action
* Получаем ошибки
*/
$this->Viewer_AssignAjax('errors', $oUser->_getValidateErrors());
$this->Message_AddErrorSingle(null);
}
}