Ignore:
Timestamp:
2012/05/10 17:57:04 (12 years ago)
Author:
adachi
Message:

#1797 #1798 メールテンプレートでfilterが動作するように修正

File:
1 edited

Legend:

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

    r21743 r21820  
    149149        $objCustomer    = new SC_Customer_Ex(); 
    150150        $objHelperMail  = new SC_Helper_Mail_Ex(); 
     151        $objHelperMail->setPage($this); 
    151152        $CONF           = SC_Helper_DB_Ex::sfGetBasisData(); 
    152153 
     
    158159        //-- メール送信 
    159160        $objMailText    = new SC_SiteView_Ex(); 
     161        $objMailText->setPage($this); 
    160162        $objMailText->assign('CONF', $CONF); 
    161163        $objMailText->assign('name01', $data['name01']); 
Note: See TracChangeset for help on using the changeset viewer.