DataObjects/Core_person.php
authorjohn <john@roojs.com>
Tue, 9 Oct 2018 07:48:52 +0000 (15:48 +0800)
committerjohn <john@roojs.com>
Tue, 9 Oct 2018 07:48:52 +0000 (15:48 +0800)
DataObjects/Core_person.php

index 959f537..c910997 100644 (file)
@@ -1413,6 +1413,8 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
             return false;
         }
         
+        $oath_key = empty($this->oath_key) ? $this->generateOathKey : $this->oath_key;
+        
         $issuer = (empty($this->name)) ? 
             rawurlencode('ROOJS') : rawurlencode($this->name);