Skip to content

Commit

Permalink
Closes #5107 Prevent duplicate.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaMer0n committed Nov 23, 2023
1 parent 9285c24 commit caddf3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e107_plugins/alt_auth/alt_auth_adminmenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public function alt_auth_get_dropdown($name, $curval = '', $options = '')
{
$optList = explode(',', $options);
$authList = array_merge($optList, self::alt_auth_get_authlist());
$authList = array_unique($authList);
$ret = "<select class='tbox' name='{$name}'>\n";
foreach ($authList as $v)
{
Expand Down

0 comments on commit caddf3c

Please sign in to comment.