DataObjects/Core_person.php
authorjohn <john@roojs.com>
Tue, 9 Oct 2018 09:42:20 +0000 (17:42 +0800)
committerjohn <john@roojs.com>
Tue, 9 Oct 2018 09:42:20 +0000 (17:42 +0800)
DataObjects/Core_person.php

index 3439b16..01a953b 100644 (file)
@@ -536,8 +536,9 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
             return false;
         }
         
+        $oath_key = $this->oath_key;
+        
         if(empty($this->id)) {
-            
             $au = $this->getAuthUser();
         }