DataObjects/Core_person.php
authorjohn <john@roojs.com>
Wed, 10 Oct 2018 04:38:01 +0000 (12:38 +0800)
committerjohn <john@roojs.com>
Wed, 10 Oct 2018 04:38:01 +0000 (12:38 +0800)
DataObjects/Core_person.php

index bce53fe..5ebfa8f 100644 (file)
@@ -804,6 +804,8 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
         if(!empty($q['two_factor_auth_code'])) {
             
             $person = DB_DataObject::factory('core_person');
+            
+            print_r($q['id']);exit;
             $person->get($q['id']);
             
             if($person->checkTwoFactorAuthentication($q['two_factor_auth_code'])) {