Refactor deprecated App::internalRedirect() to DI::baseUrl()->redirect()
This commit is contained in:
@@ -19,7 +19,7 @@ function uimport_post(App $a)
|
||||
}
|
||||
|
||||
if (!empty($_FILES['accountfile'])) {
|
||||
UserImport::importAccount($a, $_FILES['accountfile']);
|
||||
UserImport::importAccount($_FILES['accountfile']);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user