From a135b0eaf232b2a09c32d33b1b394a4165863fb2 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 24 Feb 2015 16:59:49 +0800 Subject: [PATCH] DataObjects/Core_person_signup.php --- DataObjects/Core_person_signup.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2