Useless info messages removed
This commit is contained in:
@@ -90,9 +90,7 @@ class Advanced extends BaseModule
|
||||
Model\Contact::updateAvatar($photo, local_user(), $contact['id'], true);
|
||||
}
|
||||
|
||||
if ($r) {
|
||||
info(DI::l10n()->t('Contact settings applied.') . EOL);
|
||||
} else {
|
||||
if (!$r) {
|
||||
notice(DI::l10n()->t('Contact update failed.') . EOL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user