From e69fabcd712d409a67de3c1245a229a8e1b6f98d Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 4 Jan 2023 19:33:18 +0000 Subject: pdledi_gui: sort widgets --- Zotlabs/Module/Pdledit_gui.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Zotlabs/Module/Pdledit_gui.php') diff --git a/Zotlabs/Module/Pdledit_gui.php b/Zotlabs/Module/Pdledit_gui.php index 2f0e4a3e1..dadb3296e 100644 --- a/Zotlabs/Module/Pdledit_gui.php +++ b/Zotlabs/Module/Pdledit_gui.php @@ -304,6 +304,8 @@ class Pdledit_gui extends Controller { } } + usort($ret, fn($a, $b) => $a['name'] <=> $b['name']); + return $ret; } -- cgit v1.2.3