mirror of
https://github.com/e107inc/e107.git
synced 2025-07-25 00:41:52 +02:00
Closes #5107 Prevent duplicate.
This commit is contained in:
@@ -95,6 +95,7 @@ class alt_auth_admin extends alt_auth_base
|
||||
{
|
||||
$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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user