mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
d2d6815c92
commit
7901601f81
@ -879,6 +879,6 @@ class NavigationConfigForm extends ConfigForm
|
||||
$configName = $type . 's';
|
||||
}
|
||||
|
||||
return Config::app($username ? "preferences/$username/" : 'navigation/' . $configName);
|
||||
return Config::app(($username ? "preferences/$username/" : 'navigation/') . $configName);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user