1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 10:51:21 +02:00

Themes: remove sort for fieldsets - temporary

This commit is contained in:
Awilum
2018-12-26 02:43:03 +03:00
parent a1c008dc6b
commit 906fe0b71f

View File

@@ -198,9 +198,6 @@ class Themes
}
}
// sort fieldsets
sort($fieldsets);
// return fieldsets
return $fieldsets;
}