sync
[Pman.Core] / DataObjects / Core_person.php
index 0bca6db..7b547ff 100644 (file)
@@ -520,6 +520,8 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
     
     function checkTwoFactorAuthentication($val)
     {
+        
+        
         // also used in login
         require_once 'System.php';