Changeset 276
- Timestamp:
- Oct 16, 2014 10:10:12 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
r275 r276 331 331 332 332 // $userId = $this->getRequestParameter('userid'); 333 $userId = 1;333 $userId =33; 334 334 // $catId = $this->getRequestParameter('dir'); 335 $catId = 0;335 $catId = 497; 336 336 if ($this->getRequest()->hasErrors()) return false; 337 337 if (!$this->getRequest()->hasFiles()) return true;
Note: See TracChangeset
for help on using the changeset viewer.