Skip to content

Commit cf4a078

Browse files
committed
fix cs
1 parent f0fb679 commit cf4a078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ function plugin_init_glpiinventory()
239239
$PLUGIN_HOOKS[Hooks::ADD_JAVASCRIPT]['glpiinventory'] = [];
240240
$PLUGIN_HOOKS[Hooks::ADD_CSS]['glpiinventory'] = [];
241241
if (
242-
str_contains($current_url, Plugin::getWebDir('glpiinventory', false))
242+
str_contains($current_url, Plugin::getWebDir('glpiinventory', false))
243243
|| str_ends_with($current_url, "front/printer.form.php")
244244
|| str_ends_with($current_url, "front/computer.form.php")
245245
) {

0 commit comments

Comments
 (0)