Changeset 924
- Timestamp:
- May 15, 2015 10:42:14 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/www/deploy/api/platform/modules/space/actions/actions.class.php
r922 r924 440 440 $userId = $this->getRequestParameter('userid'); 441 441 $catId = $this->getRequestParameter('dir'); 442 if ($catId==0) {$catId = -1;} 442 if ($catId==0) {$catId = -1;} 443 443 $response = $this->getRequestParameter('response'); 444 444 … … 478 478 if (in_array($ext, array("ppt", "xls", "doc", "pdf", "docx", "pptx", "xlsx"))) { 479 479 $thumbnail=$this->createPreview($fileUrl, $userId, $tblfile->getFileId()); 480 } 480 } 481 481 482 482 if ($response == 1) { … … 498 498 echo $jsonData; 499 499 } 500 500 501 501 return sfView::NONE; 502 502 }
Note: See TracChangeset
for help on using the changeset viewer.