Changeset 692 for pro-violet-viettel/sourcecode/api.violet.vn/www/apps/platform/modules/space/actions/actions.class.php
- Timestamp:
- Jan 13, 2015 1:51:31 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/api.violet.vn/www/apps/platform/modules/space/actions/actions.class.php
r686 r692 157 157 } 158 158 159 public function executeDir() { 160 echo "123";die(); 161 $this->catId = $this->getRequestParameter('id', -1); 159 public function executeDir() { 160 $this->catId = $this->getRequestParameter('id', -1); 162 161 $userId = $this->getRequestParameter('userid'); 163 162 $filter = $this->getRequestParameter('filter');
Note: See TracChangeset
for help on using the changeset viewer.