Skip to content

Commit f162c24

Browse files
Rom1-Bstonebuzz
authored andcommitted
Update inc/tagitem.class.php
1 parent 380717e commit f162c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/tagitem.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ public static function showForTag(PluginTagTag $tag)
299299
'glpi_plugin_tag_tagitems.plugin_tag_tags_id' => $instID,
300300
] + getEntitiesRestrictCriteria($itemtable, '', '', $item->maybeRecursive()),
301301
'ORDERBY' => [
302-
]
302+
],
303303
];
304304

305305
if ($column !== '') {

0 commit comments

Comments
 (0)