Changeset 934 for pro-violet-viettel
- Timestamp:
- May 28, 2015 5:14:44 PM (10 years ago)
- Location:
- pro-violet-viettel/www/deploy/api/platform/modules/space
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/www/deploy/api/platform/modules/space/actions/actions.class.php
r925 r934 455 455 $fileErrorNum = $this->getRequest()->getFileError($file); 456 456 if ($fileErrorNum || $fileError) 457 return false; 457 return false; 458 458 459 459 $tempFile = violetUtil::getTempPath() . $userId . '_' . $fileName; … … 474 474 475 475 $ext = pathinfo($fileUrl, PATHINFO_EXTENSION); 476 $ext = strtolower($ext); 476 $ext = strtolower($ext); 477 477 $thumbnail=""; 478 478 if (in_array($ext, array("ppt", "xls", "doc", "pdf", "docx", "pptx", "xlsx"))) {
Note: See TracChangeset
for help on using the changeset viewer.