- Timestamp:
- 2014/06/03 23:01:12 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/pages/admin/contents/LC_Page_Admin_Contents_FileManager.php
r23503 r23515 127 127 $this->setDispError('select_file', $disp_error); 128 128 } else { 129 $path_exists = SC_Utils_Ex::checkFileExistsWithInBasePath($objFormParam->getValue('select_file'), USER_REALDIR);130 if ($path_exists) {131 // ファイルダウンロード132 $objFileManager->sfDownloadFile($objFormParam->getValue('select_file'));133 SC_Response_Ex::actionExit();134 }135 }129 $path_exists = SC_Utils_Ex::checkFileExistsWithInBasePath($objFormParam->getValue('select_file'), USER_REALDIR); 130 if ($path_exists) { 131 // ファイルダウンロード 132 $objFileManager->sfDownloadFile($objFormParam->getValue('select_file')); 133 SC_Response_Ex::actionExit(); 134 } 135 } 136 136 } 137 137 break;
Note: See TracChangeset
for help on using the changeset viewer.
