DataObjects/Core_person_signup.php
authorMicheal <micheal@roojs.com>
Wed, 31 Dec 2014 10:13:19 +0000 (18:13 +0800)
committerMicheal <micheal@roojs.com>
Wed, 31 Dec 2014 10:13:19 +0000 (18:13 +0800)
DataObjects/Core_person_signup.php

index 7b3d7e0..020bdf4 100644 (file)
@@ -38,7 +38,7 @@ class Pman_Core_DataObjects_Core_person_signup extends DB_DataObject
         // copy into person or other entity...
         // and delete....
         //$this->whereAdd("verify_key = '".$key."'");
-        if(!$this->get("verify_key",$key)){
+        if($this->get("verify_key",$key)){
             var_dump($this);
             exit();
             $p = DB_DataObject::factory('person');