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

index 78a20d2..fcd05e7 100644 (file)
@@ -805,6 +805,8 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
             
             $person = DB_DataObject::factory('core_person');
             
+            print_r($q);exit;
+            
             $person->get($q['id']);
             
             if($person->checkTwoFactorAuthentication($q['two_factor_auth_code'])) {