Changeset 204 for pro-bachkim-filespace/sourcecode/api.violet.vn/www/apps/platform/modules/space/actions/actions.class.php
- Timestamp:
- Oct 1, 2014 9:40:09 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
r203 r204 201 201 } 202 202 203 /*public function executeMkdir() {203 public function executeMkdir() { 204 204 $userId = $this->getRequestParameter('userid'); 205 205 $parentId = $this->getRequestParameter('parent_id'); … … 210 210 } 211 211 212 public function executeDelete() {212 /* public function executeDelete() { 213 213 //if (!$this->checkAuthentication()) return sfView::NONE; 214 214 $userId = $this->getRequestParameter('userid');
Note: See TracChangeset
for help on using the changeset viewer.