Ignore:
Timestamp:
2012/07/02 20:42:51 (12 years ago)
Author:
pineray
Message:

SC_SendMail クラスのオブジェクトを作成する際に Extends を利用するように変更.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/regist/LC_Page_Regist.php

    r21883 r21950  
    165165        $toCustomerMail = $objMailText->fetch('mail_templates/customer_regist_mail.tpl'); 
    166166        $subject = $objHelperMail->sfMakesubject('会員登録が完了しました。'); 
    167         $objMail = new SC_SendMail(); 
     167        $objMail = new SC_SendMail_Ex(); 
    168168 
    169169        $objMail->setItem( 
Note: See TracChangeset for help on using the changeset viewer.