Changeset 231


Ignore:
Timestamp:
Oct 1, 2014 10:15:01 AM (11 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-bachkim-filespace/sourcecode/application/modules/ajax/controllers/privatecontent.php

    r226 r231  
    3232
    3333        public function __construct() {
    34                 parent::__construct();         
     34                parent::__construct();
    3535                $this->vservices->setApiUrl($this->config->item('api_url'));
    3636                $this->vservices->setConnection($this->curl);
     
    133133                $data =  $this->input->post('data',TRUE);
    134134               
    135                 $aryData = array();
     135                /* $aryData = array();
    136136                $aryData['RESULT'] = $this->objDirectory->rename($id, $newName, $objectType);;
    137137                $aryData['UPDATED'] = array('id' => $id, 'name' => $newName, 'type' => $objectType);
    138                 echo json_encode($aryData);
     138                echo json_encode($aryData); */
    139139        }
    140140
Note: See TracChangeset for help on using the changeset viewer.