Skip to content

Commit 304ffaf

Browse files
committed
fix(glpiselectfield): appliance plugin name is plural
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
1 parent 1e8f417 commit 304ffaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/fields/glpiselectfield.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function getDesignSpecializationField() {
7575
Profile::class => Profile::getTypeName(2)],
7676
];
7777
$plugin = new Plugin();
78-
if ($plugin->isActivated('appliance')) {
78+
if ($plugin->isActivated('appliances')) {
7979
$optgroup[__("Assets")][PluginAppliancesAppliance::class] = PluginAppliancesAppliance::getTypeName(2);
8080
}
8181
array_unshift($optgroup, '---');

0 commit comments

Comments
 (0)