mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix system style setting (#10820)
This commit is contained in:
@@ -59,7 +59,7 @@ class UserPreferencesController extends Controller
|
||||
$locales = $this->getValidLocales();
|
||||
$styles = $this->getValidStyles();
|
||||
$default_locale = \config('app.locale');
|
||||
$default_style = Config::get('site_style_default', Config::get('site_style'));
|
||||
$default_style = Config::get('site_style');
|
||||
|
||||
$data = [
|
||||
'user' => $user,
|
||||
|
Reference in New Issue
Block a user