Return the task on success so that our UI can show it at 100%

This commit is contained in:
Bharat Mediratta
2008-12-29 21:28:28 +00:00
parent 26417f6dd4
commit 763cc32caf

View File

@@ -179,6 +179,7 @@ class Admin_Maintenance_Controller extends Admin_Controller {
}
print json_encode(
array("result" => "success",
"task" => $task->as_array(),
"location" => url::site("admin/maintenance")));
} else {
print json_encode(