HOR-2572 Unnecessary folder creation on files

- Deleted code for creation of folder 'tmp'
This commit is contained in:
Marco Antonio Nina Mena
2017-10-27 15:18:04 -04:00
parent 8b550cfca3
commit b6de60dd78
2 changed files with 0 additions and 4 deletions

View File

@@ -48,8 +48,6 @@ if ($actionAjax == 'historyGridList_JXP') {
$aProcesses[] = $result;
}
$newDir = '/tmp/test/directory';
G::verifyPath($newDir);
$r = new stdclass();
$r->data = \ProcessMaker\Util\DateTime::convertUtcToTimeZone($aProcesses);
$r->totalCount = $totalCount;

View File

@@ -108,8 +108,6 @@ if ($actionAjax == 'messageHistoryGridList_JXP') {
$aProcesses = array_splice($aProcesses, $_REQUEST['start'], $_REQUEST['limit']);
$newDir = '/tmp/test/directory';
G::verifyPath( $newDir );
$r = new stdclass();
$r->data = $aProcesses;
$r->totalCount = $totalCount;