This commit is contained in:
dheeyi
2016-03-21 15:55:35 -04:00
parent f92e37141f
commit f0469125c3
17 changed files with 160 additions and 37 deletions

View File

@@ -146,7 +146,8 @@ class Project extends Api
$objects = \G::json_decode($objects);
$granularExporter = new GranularExporter($prj_uid);
$outputFilename = $granularExporter->export($objects->objectList);
$outputFilename = PATH_DATA . "sites" . PATH_SEP . SYS_SYS . PATH_SEP . "files" . PATH_SEP . "output" .
PATH_SEP . $outputFilename;
$httpStream = new HttpStream();
$fileExtension = pathinfo($outputFilename, PATHINFO_EXTENSION);