Skip to content

Commit ed19d8b

Browse files
committed
Fixed formatting
1 parent b54e804 commit ed19d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/field.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ public static function showForTab($params)
917917
if (isset($item->fields['type']) && $item->fields['type'] == "") {
918918
$item->fields['type'] = $params['options']['type'];
919919
}
920-
if (isset($item->fields['itilcategories_id']) &&$item->fields['itilcategories_id'] == "") {
920+
if (isset($item->fields['itilcategories_id']) && $item->fields['itilcategories_id'] == "") {
921921
$item->fields['itilcategories_id'] = $params['options']['itilcategories_id'];
922922
}
923923
$functions = array_column(debug_backtrace(), 'function');

0 commit comments

Comments
 (0)