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

index 1de7063..cca622e 100644 (file)
@@ -788,7 +788,7 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
             $hash = $this->getOathKey();
             
             $_SESSION[__CLASS__]['oath'][$person->id] = $hash;
-            
+
             $qrcode = $person->generateQRCode($hash);
             
             if(empty($qrcode)){