Merged in dheeyi/processmaker/HOR-1678 (pull request #4831)

R-1678
This commit is contained in:
Julio Cesar Laura Avendaño
2016-08-29 16:46:09 -04:00
5 changed files with 920 additions and 920 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -43,7 +43,7 @@ G::LoadSystem( 'pagedTable' );
G::LoadInclude( 'ajax' );
$id = get_ajax_value( 'ptID' );
$ntable = unserialize( $_SESSION['pagedTable[' . $id . ']'] );
$ntable = unserialize(base64_decode($_SESSION['pagedTable[' . $id . ']']));
$page = get_ajax_value( 'page' );
$function = get_ajax_value( 'function' );