mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
#3983 fix for blank page because missing method name
This commit is contained in:
@@ -103,7 +103,7 @@ class userlogin
|
||||
$result = false;
|
||||
foreach ($authMethod as $method)
|
||||
{
|
||||
if ($method == 'e107')
|
||||
if ($method == 'e107' OR $method == 'e107db')
|
||||
{
|
||||
if ($this->lookupUser($username, $forceLogin))
|
||||
{
|
||||
@@ -687,4 +687,4 @@ class userlogin
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user