From abb3a707311f11a4d468d526dcc0e2b4852299cb Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 2 Mar 2015 16:05:39 +0800 Subject: [PATCH] DataObjects/Person.php --- DataObjects/Person.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/Person.php b/DataObjects/Person.php index 65032d95..8c238eaa 100644 --- a/DataObjects/Person.php +++ b/DataObjects/Person.php @@ -428,7 +428,7 @@ class Pman_Core_DataObjects_Person extends DB_DataObject function login() { $this->isAuth(); // force session start.. - if (!$this->verifyAuth()) { + if (!$this->verifyAuth()) { // check for company valid.. return false; } $db = $this->getDatabaseConnection(); -- 2.39.2