Ignore:
Timestamp:
2011/01/06 01:28:55 (13 years ago)
Author:
Seasoft
Message:

#834(パラメータの定数名に「URL」を含むにもかかわらず、パスのみのものがある)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/admin/basis/LC_Page_Admin_Basis_Payment_Input.php

    r19805 r19833  
    105105                $this->objUpFile->moveTempFile(); 
    106106                // 親ウィンドウを更新するようにセットする。 
    107                 $this->tpl_onload="fnUpdateParent('".URL_PAYMENT_TOP."'); window.close();"; 
     107                $this->tpl_onload="fnUpdateParent('".ADMIN_PAYMENT_URL_PATH."'); window.close();"; 
    108108            } 
    109109 
     
    146146 
    147147        // FORM表示用配列を渡す。 
    148         $this->arrFile = $this->objUpFile->getFormFileList(IMAGE_TEMP_URL, IMAGE_SAVE_URL); 
     148        $this->arrFile = $this->objUpFile->getFormFileList(IMAGE_TEMP_URL_PATH, IMAGE_SAVE_URL_PATH); 
    149149        // HIDDEN用に配列を渡す。 
    150150        $this->arrHidden = array_merge((array)$this->arrHidden, (array)$this->objUpFile->getHiddenFileList()); 
Note: See TracChangeset for help on using the changeset viewer.