Fix warning message in message history

This commit is contained in:
Julio Cesar Laura
2014-10-20 16:47:35 -04:00
parent fd98012b1c
commit 5e63b2c280

View File

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