We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0fb679 commit cf4a078Copy full SHA for cf4a078
setup.php
@@ -239,7 +239,7 @@ function plugin_init_glpiinventory()
239
$PLUGIN_HOOKS[Hooks::ADD_JAVASCRIPT]['glpiinventory'] = [];
240
$PLUGIN_HOOKS[Hooks::ADD_CSS]['glpiinventory'] = [];
241
if (
242
- str_contains($current_url, Plugin::getWebDir('glpiinventory', false))
+ str_contains($current_url, Plugin::getWebDir('glpiinventory', false))
243
|| str_ends_with($current_url, "front/printer.form.php")
244
|| str_ends_with($current_url, "front/computer.form.php")
245
) {
0 commit comments