Signup.php
authorAlan Knowles <alan@roojs.com>
Tue, 11 Oct 2016 05:11:23 +0000 (13:11 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 11 Oct 2016 05:11:23 +0000 (13:11 +0800)
Signup.php

index fa65cd8..de9080b 100644 (file)
@@ -34,7 +34,7 @@ class Pman_Admin_Signup extends Pman
             $this->jok("OK");
         }
         
-        $p = DB_DataObject::factory("Person");
+        $p = DB_DataObject::factory("core_person");
         $p->setFrom($_REQUEST);
         $p->insert();