From 2646916d3602c4a80cae6fc71c22e23ce29cd16d Mon Sep 17 00:00:00 2001 From: john Date: Wed, 10 Oct 2018 14:05:58 +0800 Subject: [PATCH] Pman/Login.php --- Pman/Login.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Pman/Login.php b/Pman/Login.php index bb7e049..f2a68bc 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -129,6 +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'); if (!$u->isAuth()) { $this->jok(array('id' => 0, 'test' => 0)); // not logged in.. -- 2.39.2