We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f4608 commit fec3ba0Copy full SHA for fec3ba0
1 file changed
files/lib/form/WsdbConnectionAddForm.class.php
@@ -153,7 +153,6 @@ private function getRecordSelects(): array
153
{
154
$groupedRecords = $this->getRecordsGroupedByDatabases();
155
$recordID = $this->getRecord()->recordID;
156
- \uasort($groupedRecords[5], static fn (string $a, string $b): int => ($a == $b) ? 0 : (($a < $b) ? -1 : 1));
157
158
return \array_map(
159
static function (Database $database) use ($groupedRecords, $recordID): IFormChildNode {
0 commit comments