Skip to content

Commit

Permalink
fix accessory not displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
delcroip committed Mar 17, 2022
1 parent 6d706a6 commit b4a6409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function plugin_init_openmedis() {

$plugin = new Plugin();
$CFG_GLPI['devices_in_menu'][]="pluginOpenmedisMedicalDevice";
//$CFG_GLPI["itemdevices"][]='PluginOpenmedisMedicalAccessory_Item';
$CFG_GLPI["itemdevices"][]='PluginOpenmedisItem_DeviceMedicalAccessory';
// to check what it means to be CSRF compatible
$PLUGIN_HOOKS['csrf_compliant']['openmedis'] = true;

Expand Down

0 comments on commit b4a6409

Please sign in to comment.