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:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user