Skip to content

Commit

Permalink
fix object entries ordering (#366)
Browse files Browse the repository at this point in the history
* fix object entries ordering

* fix CS

* fix CS

* remove empty useless line
  • Loading branch information
stonebuzz authored Feb 21, 2024
1 parent 0634f39 commit 06e1ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/typefamily.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public static function getItemtypesByFamily($families_id)
[
'plugin_genericobject_typefamilies_id' => $families_id,
'is_active' => 1
]
] + ['ORDER' => 'name']
);
}
}

0 comments on commit 06e1ab3

Please sign in to comment.