mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 07:04:27 +02:00
The notice and info have been moved
This commit is contained in:
parent
20291ddc2b
commit
fdfa1f8630
73 changed files with 273 additions and 284 deletions
|
@ -44,7 +44,7 @@ class Create extends BaseUsers
|
|||
User::createMinimal($nu_name, $nu_email, $nu_nickname, $nu_language);
|
||||
DI::baseUrl()->redirect('admin/users');
|
||||
} catch (\Exception $ex) {
|
||||
notice($ex->getMessage());
|
||||
DI::sysmsg()->addNotice($ex->getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue