DataObjects/Core_person.php
authorAlan Knowles <alan@roojs.com>
Fri, 7 Dec 2018 01:58:44 +0000 (09:58 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Dec 2018 01:58:44 +0000 (09:58 +0800)
DataObjects/Core_person.php

index f33970b..90f8fcc 100644 (file)
@@ -1492,4 +1492,10 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
         return "data:image/png;base64,{$base64}";
     }
     
+    static function test_ADMIN_PASSWORD_RESET()
+    {
+        
+        
+    }
+    
  }