Skip to content

Commit

Permalink
fix to printCountryList in the case when active_only is not set
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Wolniewicz committed Dec 3, 2024
1 parent fb33c13 commit 805df9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/CAT.php
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ public function printCountryList($activeOnly = 0)
}
} else {
foreach ($this->knownFederations as $fedIdentifier => $value) {
$returnArray = $value['name'];
$returnArray[$fedIdentifier] = $value['name'];
}
}
asort($returnArray, SORT_LOCALE_STRING);
Expand Down

0 comments on commit 805df9c

Please sign in to comment.