mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
pdledi_gui: sort widgets
This commit is contained in:
@@ -304,6 +304,8 @@ class Pdledit_gui extends Controller {
|
||||
}
|
||||
}
|
||||
|
||||
usort($ret, fn($a, $b) => $a['name'] <=> $b['name']);
|
||||
|
||||
return $ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user