DataObjects/Person.php
authorAlan Knowles <alan@roojs.com>
Mon, 2 Mar 2015 08:05:39 +0000 (16:05 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 2 Mar 2015 08:05:39 +0000 (16:05 +0800)
DataObjects/Person.php

index 65032d9..8c238ea 100644 (file)
@@ -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();