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

index 830717a..c722fcc 100644 (file)
@@ -530,6 +530,10 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
     {
         require_once 'System.php';
         
+        if(empty($this->id)) {
+            return false;
+        }
+        
         $oathtool = System::which('oathtool');
         
         if (!$oathtool) {