mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
parent
d2d6815c92
commit
7901601f81
@ -879,6 +879,6 @@ class NavigationConfigForm extends ConfigForm
|
|||||||
$configName = $type . 's';
|
$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