DataObjects/Core_person.php
authorjohn <john@roojs.com>
Tue, 9 Oct 2018 08:50:47 +0000 (16:50 +0800)
committerjohn <john@roojs.com>
Tue, 9 Oct 2018 08:50:47 +0000 (16:50 +0800)
DataObjects/Core_person.php

index 92c943f..bc031d7 100644 (file)
@@ -1441,7 +1441,7 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
             return false;
         }
         
-        $oath_key = empty($this->oath_key) ? $this->generateOathKey : $this->oath_key;
+        $oath_key = empty($this->oath_key) ? $this->generateOathKey() : $this->oath_key;
         
         $issuer = (empty($this->name)) ? 
             rawurlencode('ROOJS') : rawurlencode($this->name);