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 b54e804 commit ed19d8bCopy full SHA for ed19d8b
inc/field.class.php
@@ -917,7 +917,7 @@ public static function showForTab($params)
917
if (isset($item->fields['type']) && $item->fields['type'] == "") {
918
$item->fields['type'] = $params['options']['type'];
919
}
920
- if (isset($item->fields['itilcategories_id']) &&$item->fields['itilcategories_id'] == "") {
+ if (isset($item->fields['itilcategories_id']) && $item->fields['itilcategories_id'] == "") {
921
$item->fields['itilcategories_id'] = $params['options']['itilcategories_id'];
922
923
$functions = array_column(debug_backtrace(), 'function');
0 commit comments