Useless info messages removed
This commit is contained in:
@@ -250,7 +250,7 @@ class Site extends BaseAdmin
|
||||
DI::baseUrl()->redirect('admin/site' . $active_panel);
|
||||
}
|
||||
} else {
|
||||
info(DI::l10n()->t('Invalid storage backend setting value.'));
|
||||
notice(DI::l10n()->t('Invalid storage backend setting value.'));
|
||||
}
|
||||
|
||||
// Has the directory url changed? If yes, then resubmit the existing profiles there
|
||||
@@ -433,8 +433,6 @@ class Site extends BaseAdmin
|
||||
|
||||
DI::config()->set('system', 'rino_encrypt' , $rino);
|
||||
|
||||
info(DI::l10n()->t('Site settings updated.') . EOL);
|
||||
|
||||
DI::baseUrl()->redirect('admin/site' . $active_panel);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user