HOR-2572 Unnecessary folder creation on files
- Deleted code for creation of folder 'tmp'
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user