Remove unused code in Module\Register

This commit is contained in:
Hypolite Petovan 2020-11-08 02:27:44 -05:00
parent 126ef0ae82
commit 213716d44c
1 changed files with 0 additions and 2 deletions

View File

@ -184,8 +184,6 @@ class Register extends BaseModule
{
BaseModule::checkFormSecurityTokenRedirectOnError('/register', 'register');
$a = DI::app();
$arr = ['post' => $_POST];
Hook::callAll('register_post', $arr);