From 35fe1467c2a0f1fff8eaeea68ecfa047303238e9 Mon Sep 17 00:00:00 2001 From: john Date: Thu, 11 Oct 2018 13:48:16 +0800 Subject: [PATCH] Pman/Login.php --- Pman/Login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman/Login.php b/Pman/Login.php index c5988cf..e822011 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -129,7 +129,7 @@ class Pman_Login extends Pman $tbl = empty($ff->Pman['authTable']) ? 'core_person' : $ff->Pman['authTable']; $u = DB_DataObject::factory($tbl); - $s = DB_DataObject::Factory('core_setting'); + $s = DB_DataObject::factory('core_setting'); $oath_require_val = 1; $oath_require = $s->lookup('core', 'two_factor_authentication_requirement'); if(!empty($oath_require)) { -- 2.39.2