1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 22:27:34 +02:00

#3983 fix for blank page because missing method name

This commit is contained in:
Jimako
2019-10-29 18:14:23 +01:00
committed by GitHub
parent e470f4b786
commit 07bfc2d0bf

View File

@@ -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))
{