Changeset 924 for pro-violet-viettel


Ignore:
Timestamp:
May 15, 2015 10:42:14 AM (10 years ago)
Author:
quyenla
Message:

preview

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/www/deploy/api/platform/modules/space/actions/actions.class.php

    r922 r924  
    440440        $userId = $this->getRequestParameter('userid');
    441441        $catId = $this->getRequestParameter('dir');
    442         if ($catId==0) {$catId = -1;}
     442        if ($catId==0) {$catId = -1;} 
    443443        $response = $this->getRequestParameter('response');
    444444
     
    478478        if (in_array($ext, array("ppt", "xls", "doc", "pdf", "docx", "pptx", "xlsx"))) {
    479479            $thumbnail=$this->createPreview($fileUrl, $userId, $tblfile->getFileId());
    480         }
     480        } 
    481481
    482482        if ($response == 1) {
     
    498498            echo $jsonData;
    499499        }
    500 
     500           
    501501        return sfView::NONE;
    502502    }
Note: See TracChangeset for help on using the changeset viewer.