Skip to content

Commit fec3ba0

Browse files
committed
fix #1
1 parent 35f4608 commit fec3ba0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

files/lib/form/WsdbConnectionAddForm.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ private function getRecordSelects(): array
153153
{
154154
$groupedRecords = $this->getRecordsGroupedByDatabases();
155155
$recordID = $this->getRecord()->recordID;
156-
\uasort($groupedRecords[5], static fn (string $a, string $b): int => ($a == $b) ? 0 : (($a < $b) ? -1 : 1));
157156

158157
return \array_map(
159158
static function (Database $database) use ($groupedRecords, $recordID): IFormChildNode {

0 commit comments

Comments
 (0)