Changeset 275 for pro-bachkim-filespace
- Timestamp:
- Oct 16, 2014 10:06:49 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-bachkim-filespace/sourcecode/api.violet.vn/www/apps/platform/modules/space/actions/actions.class.php
r274 r275 333 333 $userId =1; 334 334 // $catId = $this->getRequestParameter('dir'); 335 $catId = 498;335 $catId = 0; 336 336 if ($this->getRequest()->hasErrors()) return false; 337 337 if (!$this->getRequest()->hasFiles()) return true; … … 356 356 unlink($tempFile); 357 357 } else { 358 echo "create space file";359 358 $this->CreateSpaceFile($tempFile, $fileName, $fileSize, $catId, $userId); 360 359 }
Note: See TracChangeset
for help on using the changeset viewer.