DataObjects/Core_person.php
authorjohn <john@roojs.com>
Tue, 9 Oct 2018 11:00:01 +0000 (19:00 +0800)
committerjohn <john@roojs.com>
Tue, 9 Oct 2018 11:00:01 +0000 (19:00 +0800)
DataObjects/Core_person.php

index daa8413..f4cf650 100644 (file)
@@ -803,6 +803,10 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
         
         if(!empty($q['two_factor_auth_code'])) {
             
+            if(isset($q['id'])) {
+                print_r('reutnr..');exit;
+            }
+            
             if($this->checkTwoFactorAuthentication($q['two_factor_auth_code'])) {
                 $roo->jok('DONE');
             }