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

index 59b93c1..e2b06f7 100644 (file)
@@ -787,7 +787,7 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
             
             $o = clone($person);
             
-            $person->generateOathKey();
+            $person->oath_key = $this->getOathKey();
             
             $person->update($o);