mirror of
https://github.com/friendica/friendica
synced 2025-04-19 07:50:12 +00:00
Issue 9153 Use "info" instead of "notice" on successful operations
This commit is contained in:
parent
b530ef709d
commit
f56e765158
10 changed files with 17 additions and 17 deletions
|
@ -131,7 +131,7 @@ class Group extends BaseModule
|
|||
throw new \Exception(DI::l10n()->t('Bad request.'), 400);
|
||||
}
|
||||
|
||||
notice($message);
|
||||
info($message);
|
||||
System::jsonExit(['status' => 'OK', 'message' => $message]);
|
||||
} catch (\Exception $e) {
|
||||
notice($e->getMessage());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue