Ignore:
Timestamp:
2011/03/04 22:27:33 (13 years ago)
Author:
shutta
Message:

SC_UploadFileクラスのclass_extends対応。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/products/LC_Page_Products_Detail.php

    r20490 r20497  
    100100        $this->arrForm = $this->lfInitParam($this->objFormParam); 
    101101        // ファイル管理クラス 
    102         $this->objUpFile = new SC_UploadFile(IMAGE_TEMP_REALDIR, IMAGE_SAVE_REALDIR); 
     102        $this->objUpFile = new SC_UploadFile_Ex(IMAGE_TEMP_REALDIR, IMAGE_SAVE_REALDIR); 
    103103        // ファイル情報の初期化 
    104104        $this->objUpFile = $this->lfInitFile($this->objUpFile); 
Note: See TracChangeset for help on using the changeset viewer.