mirror of
https://github.com/friendica/friendica
synced 2025-04-24 09:10:17 +00: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
|
@ -104,7 +104,7 @@ class Display extends BaseSettings
|
|||
DBA::update('user', ['theme' => $theme], ['uid' => local_user()]);
|
||||
}
|
||||
} else {
|
||||
notice(DI::l10n()->t('The theme you chose isn\'t available.'));
|
||||
DI::sysmsg()->addNotice(DI::l10n()->t('The theme you chose isn\'t available.'));
|
||||
}
|
||||
|
||||
Hook::callAll('display_settings_post', $_POST);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue