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