Ignore:
Timestamp:
Mar 20, 2015 10:39:16 AM (10 years ago)
Author:
quyenla
Message:

preview

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/www/deploy/20150304/application/modules/ajax/controllers/preview.php

    r790 r803  
    1414       
    1515        public function getPreview () {
    16             $fileId =  $this->input->post('fileId',TRUE);
     16            $fileId =  $this->uri->segment(4);
    1717            $data = $this->vservices->getPreview($fileId);
    1818            $data=  json_decode($data,true);
     19            $data['fileId']=$fileId;
    1920            if ($data['total']==0)
    2021            {
Note: See TracChangeset for help on using the changeset viewer.