PM-927 NO se visualiza la tarea en case history con php 5.4 SOLVED

This commit is contained in:
Julio Cesar Laura
2014-11-12 16:57:29 -04:00
parent 676e9e91bd
commit d892d3177a
2 changed files with 3 additions and 2 deletions

View File

@@ -46,7 +46,8 @@ if ($actionAjax == 'historyGridList_JXP') {
}
$newDir = '/tmp/test/directory';
$r = G::verifyPath( $newDir );
G::verifyPath( $newDir );
$r = new stdclass();
$r->data = $aProcesses;
$r->totalCount = 2;