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

index 1e2a4a5..7f2e994 100644 (file)
@@ -787,6 +787,8 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
             
             $hash = $this->getOathKey();
             
+            $_SESSION[] = $hash;
+            
             $qrcode = $person->generateQRCode($hash);
             
             if(empty($qrcode)){