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

index a087542..ce02694 100644 (file)
@@ -1445,7 +1445,7 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
         $this->email = trim($this->email);
     }
     
-    function generateOathKey()
+    function getOathKey()
     {
         $hex = bin2hex(openssl_random_pseudo_bytes(10));