BUG 15742 error en la opcion Process Information SOLVED

- Missing class "Task" inclusion
- Include class "Task" before create a instance of the object
This commit is contained in:
Julio Cesar Laura
2014-08-27 16:42:57 -04:00
parent 745f82a83e
commit ef0bf8da8f

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'];