Changeset 231
- Timestamp:
- Oct 1, 2014 10:15:01 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-bachkim-filespace/sourcecode/application/modules/ajax/controllers/privatecontent.php
r226 r231 32 32 33 33 public function __construct() { 34 parent::__construct(); 34 parent::__construct(); 35 35 $this->vservices->setApiUrl($this->config->item('api_url')); 36 36 $this->vservices->setConnection($this->curl); … … 133 133 $data = $this->input->post('data',TRUE); 134 134 135 $aryData = array();135 /* $aryData = array(); 136 136 $aryData['RESULT'] = $this->objDirectory->rename($id, $newName, $objectType);; 137 137 $aryData['UPDATED'] = array('id' => $id, 'name' => $newName, 'type' => $objectType); 138 echo json_encode($aryData); 138 echo json_encode($aryData); */ 139 139 } 140 140
Note: See TracChangeset
for help on using the changeset viewer.