Ignore:
Timestamp:
2014/06/02 12:45:20 (12 years ago)
Author:
shutta
Message:

#2542 表記の統一 for 2.13.3
拡張クラスを参照するように変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/pages/admin/contents/LC_Page_Admin_Contents_FileManager.php

    r23279 r23490  
    127127                        $this->setDispError('select_file', $disp_error); 
    128128                    } else { 
    129                        $path_exists = SC_Utils::checkFileExistsWithInBasePath($objFormParam->getValue('select_file'),USER_REALDIR); 
     129                       $path_exists = SC_Utils_Ex::checkFileExistsWithInBasePath($objFormParam->getValue('select_file'),USER_REALDIR); 
    130130                       if ($path_exists) { 
    131131                         // ファイルダウンロード 
Note: See TracChangeset for help on using the changeset viewer.