Skip to content

Commit 06e1ab3

Browse files
authored
fix object entries ordering (#366)
* fix object entries ordering * fix CS * fix CS * remove empty useless line
1 parent 0634f39 commit 06e1ab3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inc/typefamily.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public static function getItemtypesByFamily($families_id)
108108
[
109109
'plugin_genericobject_typefamilies_id' => $families_id,
110110
'is_active' => 1
111-
]
111+
] + ['ORDER' => 'name']
112112
);
113113
}
114114
}

0 commit comments

Comments
 (0)