Merged in julceslau/processmaker (pull request #717)

BUG 15742 error en la opcion Process Information SOLVED
This commit is contained in:
Julio Cesar Laura Avendaño
2014-08-27 17:00:20 -04:00

View File

@@ -350,6 +350,7 @@ class Ajax
print G::json_encode( $response );
die();
}
G::LoadClass('tasks');
$task = new Task();
if ($_SESSION['TASK'] == '-1') {
$_SESSION['TASK'] = $_SESSION['CURRENT_TASK'];