diff --git a/workflow/engine/methods/cases/caseHistory_Ajax.php b/workflow/engine/methods/cases/caseHistory_Ajax.php index 30312621b..6b1f948f8 100644 --- a/workflow/engine/methods/cases/caseHistory_Ajax.php +++ b/workflow/engine/methods/cases/caseHistory_Ajax.php @@ -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; diff --git a/workflow/engine/methods/cases/caseMessageHistory_Ajax.php b/workflow/engine/methods/cases/caseMessageHistory_Ajax.php index 8a9c4f268..25017017d 100644 --- a/workflow/engine/methods/cases/caseMessageHistory_Ajax.php +++ b/workflow/engine/methods/cases/caseMessageHistory_Ajax.php @@ -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;