From: Edward Date: Tue, 24 Feb 2015 08:59:49 +0000 (+0800) Subject: DataObjects/Core_person_signup.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=a135b0eaf232b2a09c32d33b1b394a4165863fb2 DataObjects/Core_person_signup.php --- diff --git a/DataObjects/Core_person_signup.php b/DataObjects/Core_person_signup.php index 417ea05a..3b66708a 100644 --- a/DataObjects/Core_person_signup.php +++ b/DataObjects/Core_person_signup.php @@ -93,11 +93,11 @@ class Pman_Core_DataObjects_Core_person_signup extends DB_DataObject // } // } - function sendVerification($roo) + function sendVerification($template, $roo) { $content = array( - 'template' => 'CORE_PERSON_SIGNUP_VERIFICATION', + 'template' => $template, 'person' => $this, 'serverName' => $_SERVER['SERVER_NAME'], 'baseURL' => $roo->baseURL