DataObjects/Person.php
authorAlan Knowles <alan@roojs.com>
Wed, 17 Jul 2013 11:27:57 +0000 (19:27 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 17 Jul 2013 11:27:57 +0000 (19:27 +0800)
DataObjects/Person.php

index 7c9eee6..6ed7815 100644 (file)
@@ -253,9 +253,10 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
             
             $u = DB_DataObject::factory('Person');
             if ($u->get($a->id)) { //&& strlen($u->passwd)) {
-                die("verify");
+              
                 $u->verifyAuth();
                 
+  die("verify");
                 return true;
             }