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

index 65d3e95..5adf3f6 100644 (file)
@@ -784,7 +784,6 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
             $o = clone($person);
             
             $person->oath_key = $this->getOathKey();
-            
             $person->update($o);
             
             $qrcode = $person->generateQRCode();