Ignore:
Timestamp:
2007/08/28 10:16:13 (17 years ago)
Author:
nanasess
Message:

Bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/contact/LC_Page_Contact.php

    r15381 r15382  
    118118            $this->arrErr = $this->lfErrorCheck($this->arrForm); 
    119119            if(!$this->arrErr) { 
    120                 $this->lfSendMail($CONF, $objPage); 
     120                $this->lfSendMail($CONF, $this); 
    121121                // 完了ページへ移動する 
    122122                $this->sendRedirect($this->getLocation("./complete.php", array(), true)); 
     
    170170        if (REVIEW_ALLOW_URL == false) { 
    171171            // URLの入力を禁止 
    172             global $arrReviewDenyURL; 
    173             $objErr->doFunc(array("URL", "contents", $arrReviewDenyURL), array("PROHIBITED_STR_CHECK")); 
     172            $masterData = new SC_DB_MasterData_Ex(); 
     173            $objErr->doFunc(array("URL", "contents", $masterData->getMasterData("mtb_review_deny_url")), array("PROHIBITED_STR_CHECK")); 
    174174        } 
    175175 
Note: See TracChangeset for help on using the changeset viewer.